Serversio.github.mcpsbom/sbom-mcp
M

SBOMApp - SBOM Generator & Vulnerability Scanner

io.github.mcpsbom/sbom-mcp · v1.1.0
● Remote
v1.1.0remote🌐 https://mcp.sbomapp.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mcpsbom/sbom-mcp",
  "description": "Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.",
  "title": "SBOMApp - SBOM Generator & Vulnerability Scanner",
  "repository": {
    "url": "https://github.com/mcpsbom/sbomapp-mcp-server",
    "source": "github"
  },
  "version": "1.1.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.sbomapp.com/mcp",
      "headers": [
        {
          "description": "Bearer token (API key) for authentication. Get your API key from https://sbomapp.com",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}