Skip to content
Grok

proof for Grok

io.github.toremlabs/proof

Govern your AI coding agent: frame the work, review the changes, keep a signed decision record.

client:Grok transport:stdio runtime:npm

Install proof in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "proof": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toremlabs/proof-mcp"
      ]
    }
  }
}

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

proof in other clients