mcpbeat Sign in

DEEPBOM MCP Server

by junhwan-kwon Your server? Claim it
local only

DEEPBOM runs on your own machine — the client starts it, so there is no endpoint to ping. 836 installs a week from npm. Last commit 10 Sep 2026.

Local static analysis and evidence generation for deployed AI model artifacts.

Installs per day peak 570 · avg 63 · +77% w/w
a month agotoday
836
Installs / week
npm · deepbom
2
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(process.execPath, [entry, ...argv], {
  const candidates = [...new Set(roots.map((root) => path.join(root, filename)))];
        completed = subprocess.run([str(engine), *sys.argv[1:]], check=False, env=environment)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add deepbom -- npx -y deepbom
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deepbom": {
      "args": [
        "-y",
        "deepbom"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deepbom]
command = "npx"
args = ["-y", "deepbom"]
.cursor/mcp.json
{
  "mcpServers": {
    "deepbom": {
      "args": [
        "-y",
        "deepbom"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deepbom": {
      "args": [
        "-y",
        "deepbom"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DEEPBOM

same job, measured the same way
EVMole
by cdump

Local structured analysis of deployed EVM runtime bytecode

19 installs/wk local only
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

45 tools answering
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

45 tools answering
Deploy to Agents
by deploytoagents

Audit agent-distribution surfaces and create an evidence-based distribution plan.

4 tools answering
C
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Cloudwright
by xmpuspus

Cloud architecture and migration planning with costs, controls, evidence, and deployable IaC.

197 installs/wk local only
Clize
by clize

Real-world actions for AI coding agents: domains, email, deploys, payments, media, and SEO/GEO.

6 178 installs/wk local only
Agentry.sh Observability
by fr33dr4g0n

Canonical Agentry discovery for coding agents: analytics, errors, deploys, and automation.

119 installs/wk local only

DEEPBOM — questions

Answers built from our own checks of this server.

Why is there no uptime for DEEPBOM?
DEEPBOM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package deepbom was installed 836 times last week.
How do I connect DEEPBOM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls deepbom straight from npm; nothing to host, nothing to sign up for.
How many people use DEEPBOM?
The npm package deepbom was installed 836 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DEEPBOM open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.