Skip to content
Cursor

mcp debugger for Cursor

io.github.digital-defiance/mcp-debugger

Node.js and TypeScript debugging with 25+ tools for AI agents

client:Cursor transport:stdio runtime:npm

Install mcp debugger in Cursor

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

{
  "mcpServers": {
    "mcp-debugger": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-debugger-server"
      ]
    }
  }
}

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

mcp debugger in other clients