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 💡
lean-docker-mcp
A Dockerized Lean4 execution environment MCP server for AI agents, providing isolated code execution with transient or persistent environments.
mcp-shell-server
A secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.
apiweaver
APIWeaver is a FastMCP server that dynamically creates MCP servers from web API configurations, enabling AI assistants to integrate with any REST API, GraphQL endpoint, or web service.
LaurieWired/GhidraMCP
MCP Server for Ghidra
mcp-remote-call-ping-pong
🏓 An experimental and educational script for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
arvindand/maven-tools-mcp
MCP server providing AI assistants with Maven Central dependency intelligence for JVM build tools