Skip to content
Cursor

Proxy Doctor for Cursor

io.github.jiansen/proxy-doctor

Diagnose proxy misconfigurations that break AI coding tools (Cursor, VS Code, Windsurf)

client:Cursor transport:stdio runtime:pypi

Install Proxy Doctor in Cursor

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

{
  "mcpServers": {
    "proxy-doctor": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "proxy-doctor"
      ]
    }
  }
}

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

Proxy Doctor in other clients