Skip to content
Grok

arkgate for Grok

io.github.pedroknigge/arkgate

When the agent writes a bad import, the write doesn’t land. The same check fails the pull request.

client:Grok transport:stdio runtime:npm

Install arkgate in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "arkgate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arkgate"
      ]
    }
  }
}

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

arkgate in other clients