🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@debugbundle/mcp

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debugbundle/mcp

MCP server for production debugging bundles and incident workflows for AI agents

Source
npmnpm
Version
1.6.1
Version published
Weekly downloads
174
-21.27%
Maintainers
1
Weekly downloads
 
Created
Source

@debugbundle/mcp

MCP server for production debugging bundles and incident workflows for AI agents. DebugBundle lets agents inspect incidents, deterministic bundles, reproductions, probes, hosted health checks, alerts, webhooks, projects, and setup state through the same management surface as the API and CLI.

Install

Run the stdio server directly with npm:

npx @debugbundle/mcp

Or install globally:

npm install -g @debugbundle/mcp
debugbundle-mcp

Supported Node.js versions: 22.x through 26.x.

MCP Client Config

{
  "mcpServers": {
    "debugbundle": {
      "command": "npx",
      "args": ["@debugbundle/mcp"]
    }
  }
}

Use npx -y @debugbundle/mcp in clients that require noninteractive package execution.

Install Matrix

EnvironmentRecommended pathNotes
Generic local MCP clientnpx @debugbundle/mcpstdio transport
Claude Desktop local MCPlocal MCP server configuses local machine auth/config
CursorMCP config with npx @debugbundle/mcpstdio transport
VS Code / GitHub MCP Registrycom.debugbundle/mcpofficial registry metadata
OpenClaw / ClawHubDebugBundle skill plus MCP configuse the published skill for workflow guidance
CI/headless agentsDEBUGBUNDLE_MEMBER_TOKENnever use a project token
Self-hosted DebugBundleDEBUGBUNDLE_API_URL plus member authpoints the server at your API base URL

DebugBundle does not expose a hosted remote MCP endpoint today; this package is the local stdio path.

Authentication

ModeUseNotes
CLI auth stateLocal developer machinesReuses ~/.debugbundle/auth.json when available.
DEBUGBUNDLE_MEMBER_TOKENHeadless or marketplace-managed clientsMember tokens are for CLI/API/MCP read and management operations.
Per-tool bearerTokenExplicit advanced automationOverrides default auth for that call only.
Project tokenSDK ingestion onlyDo not use project tokens for MCP retrieval or management.

What Agents Can Do

  • List active incidents and fetch full incident context.
  • Fetch deterministic debug bundles and reproduction artifacts.
  • Inspect hosted health checks, probes, alerts, webhooks, projects, members, billing, capture policy, and GitHub automation state.
  • Run local and hosted verification through tools such as verify_local, verify_cloud, doctor, smoke, and analyze.
  • Resolve or reopen incidents after verification.

Security And Trust

  • Official MCP Registry name: com.debugbundle/mcp.
  • Official npm package: @debugbundle/mcp.
  • Source repository: https://github.com/debugbundle/debugbundle/tree/main/apps/mcp
  • License: AGPL-3.0-only.
  • The server uses stdio transport and local process credentials. It does not include hidden hosted management auth.
  • Public examples must use placeholders only; never paste real member tokens, project tokens, webhook secrets, or customer configuration into marketplace listings.

License

AGPL-3.0-only.

Keywords

debugbundle

FAQs

Package last updated on 25 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts