Skip to content
Cursor

agent receipts for Cursor

io.github.webaesbyamin/agent-receipts

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

client:Cursor transport:stdio runtime:npm

Install agent receipts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent receipts in other clients