Skip to content
Grok

Proxy Doctor for Grok

io.github.jiansen/proxy-doctor

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

client:Grok transport:stdio runtime:pypi

Install Proxy Doctor in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Proxy Doctor in other clients