Skip to content

Perforce Agentic Gateway for Grok

io.github.perforce/perforce-agentic-gateway

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

client:Grok transport:stdio runtime:pypi

Install Perforce Agentic Gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "perforce-agentic-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}

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

Perforce Agentic Gateway in other clients