Skip to content
Grok

gate for Grok

io.github.nugehs/gate

One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.

client:Grok transport:stdio runtime:npm

Install gate in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/gate"
      ]
    }
  }
}

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

gate in other clients