MCP.so
Sign In
Servers

MCP SBOM Server

@gkhays

MCP server to perform a scan and produce an SBOM

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-sbom": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-sbom",
        "run",
        "mcp-sbom"
      ]
    }
  }
}

More from Other