Skip to content
Grok

gcf proxy for Grok

io.github.blackwell-systems/gcf-proxy

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

client:Grok transport:stdio runtime:npm

Install gcf proxy in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

gcf proxy in other clients