DebugBundle
MCP

MCP Distribution

Official DebugBundle MCP package, registry, marketplace, and skill distribution channels.

The official DebugBundle MCP server is the local stdio package @debugbundle/mcp, registered as com.debugbundle/mcp in the official MCP Registry.

Use this page to verify that a listing is legitimate before installing it into an agent environment.

Official Channels

ChannelStatusURL
npm packagePublished@debugbundle/mcp
Official MCP RegistryPublished and verifiedcom.debugbundle/mcp
MCP metadataSource of truthapps/mcp/server.json
Claude Code marketplaceFirst-party repository marketplace.claude-plugin/marketplace.json
Claude Code pluginFirst-party plugin packageapps/mcp/claude-code/debugbundle
Source repositorySource of truthdebugbundle/debugbundle
DocsSource of truthdebugbundle.com/docs/mcp
Tool schemaGenerated referenceschemas/mcp-tools.json
Agent indexGenerated discovery filellms.txt
Security reportingDisclosure pathGitHub Security Policy

The canonical install command is:

npx @debugbundle/mcp

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

Claude Code users can install the first-party plugin marketplace from this repository:

/plugin marketplace add debugbundle/debugbundle
/plugin install debugbundle@debugbundle

Marketplace Listings

These downstream listings are discovery surfaces. The official MCP Registry and npm package remain the canonical install sources.

DirectoryCurrent State
GlamaListed
PulseMCPAuto-listed as official from registry metadata; manually browser-verified on 2026-06-25
MCP.soListed
Smithery MCPRelease accepted, public indexing pending
LobeHub MCPSubmitted as a request, not yet confirmed listed

Do not treat a downstream listing as official just because it is searchable. Confirm it points to com.debugbundle/mcp, @debugbundle/mcp, and the debugbundle/debugbundle repository.

Skill And Plugin Channels

DebugBundle also publishes agent instruction and OpenClaw package surfaces:

ChannelStatus
Smithery SkillPublished and indexed
ClawHub SkillPublished
ClawHub OpenClaw pluginPublished as @debugbundle/openclaw-plugin
Claude Code first-party pluginRepository-hosted marketplace at debugbundle/debugbundle
Claude community marketplacePackage prepared for review, not listed until Anthropic accepts it

The portable skill teaches general DebugBundle workflows. A repository-local skill generated by debugbundle setup contains project-specific paths and should take precedence when present.

The Claude Code plugin bundles local stdio MCP configuration plus a DebugBundle skill. It does not create hosted DebugBundle account access; it uses the same local CLI auth state or member-token environment flow as the MCP package.

Trust Checks

Before adding DebugBundle MCP to a managed client or marketplace profile, verify:

  • Package name is @debugbundle/mcp.
  • Official MCP Registry name is com.debugbundle/mcp.
  • The source repository is https://github.com/debugbundle/debugbundle.
  • Claude Code plugin installs come from debugbundle/debugbundle unless the plugin is later verified in anthropics/claude-plugins-community.
  • The server uses stdio transport unless a future hosted Remote MCP connector is explicitly documented.
  • Examples use DEBUGBUNDLE_MEMBER_TOKEN or local CLI auth state for MCP operations.
  • Examples do not use project tokens for incident retrieval, bundle access, billing, project management, or other MCP management workflows.
  • Examples do not contain real member tokens, project tokens, webhook secrets, customer hostnames, or customer bundle data.

Report suspicious listings, leaked examples, or security concerns through the DebugBundle security policy.

Auth Scope

MCP retrieval and management tools use member credentials:

CredentialUse
CLI auth stateLocal developer and local agent workflows
DEBUGBUNDLE_MEMBER_TOKENHeadless, CI, and marketplace-managed clients
Per-tool bearerTokenExplicit advanced automation

Project tokens are SDK write-only ingestion credentials. They are not valid for MCP management or retrieval.

Remote MCP Status

DebugBundle does not currently publish a hosted Remote MCP connector. The supported public MCP path is the local stdio package.

A hosted Remote MCP connector is a separate product slice because it requires hosted transport, member auth or OAuth, tenant authorization, rate limits, audit behavior, logging, readiness checks, and marketplace-specific connector documentation. The low-overhead launch shape, if prioritized, is https://mcp.debugbundle.com with member-token auth first, hosted-safe tools only, and no database changes unless persistent connector grants or OAuth state require a migration.

Until that ships, remote-agent environments should run the stdio package in their managed runtime and pass a member token through that runtime's secret mechanism.

On this page