Skip to content
Cursor

DebugBundle for Cursor

com.debugbundle/mcp

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

client:Cursor transport:stdio runtime:npm

Install DebugBundle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@debugbundle/mcp"
      ],
      "env": {
        "DEBUGBUNDLE_MEMBER_TOKEN": "<DEBUGBUNDLE_MEMBER_TOKEN>",
        "DEBUGBUNDLE_API_URL": "<DEBUGBUNDLE_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DebugBundle in other clients