Skip to content
Grok

AISIX AI Gateway for Grok

io.github.api7/aisix

Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint

client:Grok transport:stdio runtime:oci

Install AISIX AI Gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aisix": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/api7/aisix:1.3.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

AISIX AI Gateway in other clients