Skip to content
Cline

gcf proxy for Cline

io.github.blackwell-systems/gcf-proxy

Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.

client:Cline transport:stdio runtime:npm

Install gcf proxy in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "gcf-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/gcf-proxy"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

gcf proxy in other clients