Skip to content
Zed

proxyllm mcp for Zed

ai.proxyllm/proxyllm-mcp

OpenAI-compatible LLM gateway: models, savings math, key provisioning, autonomous email-OTP signup

client:Zed transport:stdio runtime:npm

Install proxyllm mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "proxyllm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proxyllm-mcp"
      ],
      "env": {
        "PROXYLLM_ACCOUNT_TOKEN": "<PROXYLLM_ACCOUNT_TOKEN>",
        "PROXYLLM_ROUTING_KEY": "<PROXYLLM_ROUTING_KEY>"
      }
    }
  }
}

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

proxyllm mcp in other clients