MCP.so
登录

MCP SBOM Server

@gkhays

关于 MCP SBOM Server

MCP server to perform a scan and produce an SBOM

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

gkhays

配置

使用下面的配置,将此服务器添加到你的 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 服务器