← Back to Plugins
MCP Server MCP

agent-bom

github By github 👁 1 views ▲ 0 votes

Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius.

Homepage Verified source GitHub

Install

uvx agent-bom

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "agent-bom",
      "version": "0.82.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "server",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "NVD API key for higher rate limits on vulnerability enrichment",
          "isSecret": true,
          "name": "NVD_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...