🎩 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

Model Context Protocol server for DebugBundle

Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
190
-17.39%
Maintainers
1
Weekly downloads
 
Created
Source

@debugbundle/mcp

Model Context Protocol server for DebugBundle.

Install

Run 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 Configuration

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

The server uses stdio transport and exposes the same DebugBundle incident, incident-context, bundle, webhook, alert, token, project, member, billing, GitHub, probe, and diagnostic tools documented at https://debugbundle.com/docs/mcp. Hosted verification supports the active V1 proof path through verify_cloud with trigger5xx: true and the configured-client-error proof path with trigger4xxStatus: 403, incident triage can start with the one-call get_incident_context tool, and doctor accepts privacy: true to return the same deterministic redaction preview as debugbundle doctor --privacy.

Authentication

Local use reuses CLI auth state from ~/.debugbundle/auth.json when available. Headless or marketplace-managed clients can set DEBUGBUNDLE_MEMBER_TOKEN in the MCP server environment. Individual tool calls can still pass bearerToken explicitly when needed.

License

AGPL-3.0-only.

Keywords

debugbundle

FAQs

Package last updated on 11 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