MCP SBOM Server
@gkhays
关于 MCP SBOM Server
MCP server to perform a scan and produce an SBOM
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-sbom": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-sbom",
"run",
"mcp-sbom"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP SBOM Server?
MCP SBOM Server is an MCP server that performs a Trivy scan and produces a software bill of materials (SBOM) in CycloneDX format. It is intended for developers who need to generate SBOMs from container images or filesystems and integrate them into MCP‑enabled AI workflows.
How to use MCP SBOM Server?
Install the prerequisites: uv, trivy, and Node.js. Configure your MCP client with the JSON entry shown in the README, pointing the --directory argument to the server location. Synchronize dependencies with uv sync, then use the MCP client to invoke the server.
Key features of MCP SBOM Server
- Performs Trivy scans to generate SBOMs
- Outputs SBOMs in CycloneDX format
- Built with Python 3.12 and MCP 1.6
- Debuggable via MCP Inspector
Use cases of MCP SBOM Server
- Generate an SBOM for a container image
- Generate an SBOM for a local filesystem
- Integrate SBOM generation into AI‑assisted development tools via MCP
FAQ from MCP SBOM Server
What prerequisites are needed to run MCP SBOM Server?
You must install uv, trivy, and Node.js before using the server.
What format does the SBOM output use?
The server produces SBOMs in CycloneDX format.
How can I debug MCP SBOM Server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-sbom run mcp-sbom.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论