Skip to content
Grok

aimcpgate for Grok

io.github.akomyagin/aimcpgate

MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.

client:Grok transport:stdio runtime:oci

Install aimcpgate in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aimcpgate": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/akomyagin/aimcpgate:0.5.0"
      ]
    }
  }
}

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

aimcpgate in other clients