Skip to content
Grok

MCP Gateway for Grok

io.github.panossalt/mcp-gateway

Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging.

client:Grok transport:sse

Install MCP Gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-gateway": {
      "type": "sse",
      "url": "https://your-gateway.example.com/t/your-org/mcp/sse"
    }
  }
}

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

MCP Gateway in other clients