mcpbeat Sign in

DebugBundle MCP Server

by debugbundle Your server? Claim it
local only

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

DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.

Installs per day peak 211 · avg 38 · +340% w/w
a month agotoday
556
Installs / week
npm · @debugbundle/mcp
7
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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.

File ships in the package but is absent from the source [пакет] bin/debugbundle-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
  /\b(previousRun|initialExpiration|nextExpiration)=((?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s+(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+\d{1,2}\s+\d{2}:\d{2}:\d{2}\s+[A-Za-z][A-Za-z0-9:+-]{0,15}\s+\d{4})\b/g;
      const result = (await redis.eval(script, 1, key, normalizedLimit, normalizedCost, windowMs)) as [number, number, number] | null;

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 mcp -- npx -y @debugbundle/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@debugbundle/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@debugbundle/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@debugbundle/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@debugbundle/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEBUGBUNDLE_MEMBER_TOKEN (Optional DebugBundle member token used by hosted API and MCP management tools when CLI auth state is unavailable.), DEBUGBUNDLE_API_URL (Optional DebugBundle API base URL for self-hosted, staging, or other non-default API environments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DebugBundle

same job, measured the same way
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
YoPingMe uptime monitoring
by yoping

Website uptime monitoring: live status, uptime reports, incidents, response times, failed checks

answering
Ironscales
by wyre-ai

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Ironscales
by wyre-technology

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Ga4
by mharnett

Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams.

127 installs/wk local only
Umami
by mikusnuz

MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime

116 installs/wk local only
DevDome Analytics
by devdome

Website traffic, bot reports, realtime visitors and site health for your DevDome sites

10 tools answering
Toffu
by toffu

AI marketing platform your agent runs end to end: ads, analytics, content, and reports.

answering

DebugBundle — questions

Answers built from our own checks of this server.

Why is there no uptime for DebugBundle?
DebugBundle 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 @debugbundle/mcp was installed 556 times last week.
How do I connect DebugBundle?
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 @debugbundle/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DebugBundle?
The npm package @debugbundle/mcp was installed 556 times in the last week. Week over week that is +340%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DebugBundle open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 7 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.