Skip to content
Grok

gateway for Grok

io.mcprating/gateway

Discover, judge and safely run any MCP server: 57k+ scored servers, sandboxed.

client:Grok transport:stdio runtime:npm

Install gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcp-rating/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

gateway in other clients