Skip to content
Windsurf

mcp llm gateway for Windsurf

io.github.daedalus/mcp-llm-gateway

MCP-compatible LLM gateway that proxies completion requests.

client:Windsurf transport:stdio runtime:pypi

Install mcp llm gateway in Windsurf

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

{
  "mcpServers": {
    "mcp-llm-gateway": {
      "command": "uvx",
      "args": [
        "mcp-llm-gateway"
      ]
    }
  }
}

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

mcp llm gateway in other clients