Skip to content
VS Code

Polyglot-Debugger for VS Code

io.github.evozim/polyglot-debugger

Multi-language debug skills and code execution helper.

client:VS Code transport:sse

Install Polyglot-Debugger in VS Code

.vscode/mcp.json

{
  "servers": {
    "polyglot-debugger": {
      "type": "sse",
      "url": "https://polyglot-debugger-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Polyglot-Debugger in other clients