Skip to content
Zed

agent receipts for Zed

io.github.webaesbyamin/agent-receipts

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

client:Zed transport:stdio runtime:npm

Install agent receipts in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

agent receipts in other clients