Skip to content
Windsurf

context proxy for Windsurf

io.github.kira-autonoma/context-proxy

MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x

client:Windsurf transport:stdio runtime:npm

Install context proxy in Windsurf

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

{
  "mcpServers": {
    "context-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lazy-proxy"
      ]
    }
  }
}

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

context proxy in other clients