MC
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 💡
gibwork-mcp
shivaji43
An MCP server for managing tasks (create, retrieve, search) on the GibWork platform via the Model Context Protocol
2025-04-27
jvm-diagnostics-mcp
brunoborges
An MCP Server wrapping JVM diagnostic tools like jstat, jcmd, jps for local stdio use.
2025-04-04
elementor-mcp
aguaitech
A simple MCP server for Wordpress Elementor to perform CRUD operations on Elementor page data
2025-04-23
cloudywu0410/python_sandbox_mcp_server
cloudywu0410
A MCP server that enables LLMs to run python code safely in isolated Docker containers.
2025-04-28
sse
Modbus MCP Server
kukapay
An MCP server that standardizes and contextualizes industrial Modbus data.
2025-04-28
mcp-datetime
ZeparHyfar
A MCP server for datetime formatting and file name generation.
2025-07-23