Agent Bom MCP Server

Open security scanner and self-hosted control plane for AI, MCP, and cloud infrastructure. It runs locally over stdio via the published package.

People who work with ai security, sbom and vulnerability scanning and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 31 · #15 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Agent Bom

Claude Code

claude mcp add msaad00-agent-bom -- uvx agent-bom

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package agent-bom - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.msaad00 is GitHub-verified and matches the repo owner

03 · What Agent Bom can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.105.0 · 2026-09-18

Highlights · Opt-in agent-bom secrets --validate-credentials checks for supported GitHub and Stripe credentials, with bounded read-only requests and valid/invalid/unknown verdicts. Default scans make no validation…

v0.104.0 · 2026-09-09

Highlights · Preserve live gateway activity through the production dashboard proxy and resume from the last event cursor after reconnect. Postgres identity upgrades add the managed-profile lookup while preserving…

v0.103.2 · 2026-09-02

Highlights · The committed reference evidence lab now executes the real repository, CycloneDX, Kubernetes IaC, MCP configuration, advisory, correlation, and authenticated gateway paths. Its generated proof binds every…

04 · Who maintains Agent Bom

agent-bom is maintained by msaad00. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
security - ranked #15 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-18)
registry
io.github.msaad00/agent-bom (active, first published 2026-02-23 · 70 versions)
packages
pypi:agent-bom

06 · Agent Bom FAQ

What is Agent Bom?

Open security scanner and self-hosted control plane for AI, MCP, and cloud infrastructure. It runs locally over stdio via the published package.

Is Agent Bom still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Agent Bom?

Run `uvx agent-bom`. You can also paste the ready-made client config above.

Does Agent Bom run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Bom