Skip to content
Zed

ts mcp debugger for Zed

io.github.digitaldefiance/ts-mcp-debugger

Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection

client:Zed transport:stdio runtime:npm

Install ts mcp debugger in Zed

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

{
  "context_servers": {
    "ts-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

ts mcp debugger in other clients