Skip to content
Windsurf

proxyllm mcp for Windsurf

ai.proxyllm/proxyllm-mcp

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

client:Windsurf transport:stdio runtime:npm

Install proxyllm mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

proxyllm mcp in other clients