Skip to content
Cursor

Polyglot-Debugger for Cursor

io.github.evozim/polyglot-debugger

Multi-language debug skills and code execution helper.

client:Cursor transport:sse

Install Polyglot-Debugger in Cursor

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

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

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

Polyglot-Debugger in other clients