Skip to content
Grok

gatekeeper for Grok

io.github.runestone-labs/gatekeeper

Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit.

client:Grok transport:stdio runtime:npm

Install gatekeeper in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gatekeeper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@runestone-labs/gatekeeper-mcp"
      ],
      "env": {
        "GATEKEEPER_ROLE": "<GATEKEEPER_ROLE>",
        "GATEKEEPER_URL": "<GATEKEEPER_URL>",
        "GATEKEEPER_AGENT_NAME": "<GATEKEEPER_AGENT_NAME>",
        "GATEKEEPER_RUN_ID": "<GATEKEEPER_RUN_ID>"
      }
    }
  }
}

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

gatekeeper in other clients