Skip to content
Grok

agent receipts for Grok

io.github.webaesbyamin/agent-receipts

Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.

client:Grok transport:stdio runtime:npm

Install agent receipts in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-receipts": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent-receipts/mcp-server"
      ]
    }
  }
}

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 receipts in other clients