AgentHubAgentHub

agent-bom

MCP ServerMCP Registry官方收录

io.github.msaad00/agent-bom · v0.82.3

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

概览

agent-bom 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "agent-bom": {
      "command": "uvx",
      "args": [
        "agent-bom"
      ]
    }
  }
}

环境变量

NVD_API_KEY可选secret

NVD API key for higher rate limits on vulnerability enrichment

相关资源

统一 Manifest

{
  "id": "io.github.msaad00/agent-bom",
  "type": "mcp-server",
  "version": "0.82.3",
  "displayName": "agent-bom",
  "description": "Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius.",
  "repository": {
    "url": "https://github.com/msaad00/agent-bom",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "agent-bom",
        "version": "0.82.3",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "NVD_API_KEY",
            "description": "NVD API key for higher rate limits on vulnerability enrichment",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.msaad00/agent-bom",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.msaad00%2Fagent-bom/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
agent-bom — MCP Server 安装与配置 · AgentHub