MCP server to perform a scan and produce an SBOM
2 stars
Python
Updated Jun 27, 2025
mcp
python
uv
Documentation
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
json
"mcpServers": {
"mcp-sbom": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-sbom",
"run",
"mcp-sbom"
]
}
}Building
[!NOTE]
This project employs
uv.
1. Synchronize dependencies and update the lockfile.
code
uv syncDebugging
MCP Inspector
Use MCP Inspector.
Launch the MCP Inspector as follows:
code
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-sbom run mcp-sbom
Windows
When running on Windows, use paths of the style:
console
C:/Users/gkh/src/mcp-sbom-server/src/mcp_sbomSimilar MCP
Based on tags & features
Trending MCP
Most active this week