Skip to content
Zed

mcp debugger for Zed

io.github.digital-defiance/mcp-debugger

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

client:Zed transport:stdio runtime:npm

Install mcp debugger in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp debugger in other clients