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.

コメント

「その他」の他のコンテンツ