MCP SBOM Server
MCP server to perform a Trivy scan and produce an SBOM in CycloneDX format.
Installation
Prerequisites
Install the following.
MCP Clients
Configuration
"mcpServers": {
"mcp-sbom": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-sbom",
"run",
"mcp-sbom"
]
}
}
Building
[!NOTE] This project employs
uv.
- Synchronize dependencies and update the lockfile.
uv sync
Debugging
MCP Inspector
Use MCP Inspector.
Launch the MCP Inspector as follows:
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-sbom run mcp-sbom

Windows
When running on Windows, use paths of the style:
C:/Users/gkh/src/mcp-sbom-server/src/mcp_sbom
Recommend MCP Servers 💡
@ivan-saorin/mcp-expr-lang
A powerful expression evaluation tool for Claude Desktop using the Model Context Protocol (MCP)
mcp-remote-call-ping-pong
🏓 An experimental and educational script for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
node-code-sandbox-mcp
A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
bsmnyk/mdslides-mcp-server
MCP server for generating HTML slides from Markdown content using mkslides
speech.sh
Simple curl script to play aloud what you type, useful if your voice is suddenly broken.
webhook-tester-mcp
FastMCP server for managing and testing webhooks via webhook-test.com API