Skip to content

Polyglot-Debugger for Zed

io.github.evozim/polyglot-debugger

Multi-language debug skills and code execution helper.

client:Zed transport:sse

Install Polyglot-Debugger in Zed

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

{
  "context_servers": {
    "polyglot-debugger": {
      "url": "https://polyglot-debugger-mcp.vercel.app/api/mcp"
    }
  }
}

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

Polyglot-Debugger in other clients