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 💡
deuslirio/mcp-server-whatsapp-message
An MCP server for sending WhatsApp messages via the Meta WhatsApp Business API.
@maxim-saplin/mcp_safe_local_python_executor
Stdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' `smolagents` framework. The runtime combines the ease of setup (compared to docker, VM, cloud runtimes) while providing safeguards and limiting operations/imports that are allowed inside the runtime.
ancestry-mcp
Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files
mckinsey/vizro
A MCP server that helps create Vizro dashboards and charts with LLMs.
joaomj/code-reviewer-mcp
A GitHub Pull Request Code Review server using Model Context Protocol
jupyter-mcp-server
🪐 ✨ Model Context Protocol (MCP) Server for Jupyter.