Skip to content
Grok

agent gate for Grok

io.github.jott2121/agent-gate

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

client:Grok transport:stdio runtime:pypi

Install agent gate in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-agent-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

agent gate in other clients