sbom-cyclonedx-mcp
About
Software Bill of Materials generation + validation in CycloneDX 1.6 and SPDX 2.3 formats. Requir...
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add sbom-cyclonedx-mcp -- uvx sbom-cyclonedx-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sbom-cyclonedx-mcp","command":"uvx","args":["sbom-cyclonedx-mcp"]}'
JSON
{
"mcpServers": {
"sbom-cyclonedx-mcp": {
"command": "uvx",
"args": [
"sbom-cyclonedx-mcp"
]
}
}
}