Skip to content
Zed

gcf proxy for Zed

io.github.blackwell-systems/gcf-proxy

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

client:Zed transport:stdio runtime:npm

Install gcf proxy in Zed

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

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

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

gcf proxy in other clients