Skip to content
Zed

Cedulon for Zed

io.github.dogrucanemek-alt/cedulon

Policy-gated agent spend with signed receipts and rail-extract audit

client:Zed transport:stdio runtime:npm

Install Cedulon in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "cedulon": {
      "command": "npx",
      "args": [
        "-y",
        "@cedulon/mcp-server"
      ],
      "env": {
        "CEDULON_STATE_PATH": "<CEDULON_STATE_PATH>",
        "CEDULON_MAX_AMOUNT": "<CEDULON_MAX_AMOUNT>",
        "CEDULON_MAX_CUMULATIVE": "<CEDULON_MAX_CUMULATIVE>",
        "CEDULON_MAX_PAYMENTS": "<CEDULON_MAX_PAYMENTS>"
      }
    }
  }
}

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

Cedulon in other clients