Skip to content
Grok

haltproof for Grok

io.github.rudrendupaul/haltproof

Fail-closed deterministic checks and hash-chained receipts for AI agent outputs via MCP.

client:Grok transport:stdio runtime:pypi

Install haltproof in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "haltproof": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "haltproof-cli"
      ]
    }
  }
}

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

haltproof in other clients