Skip to content
Grok

ActionProof for Grok

io.github.burakfenerci5/actionproof

Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.

client:Grok transport:stdio runtime:npm

Install ActionProof in Grok

.mcp.json (in your project root)

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

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

ActionProof in other clients