Skip to content
Cursor

Cedulon for Cursor

io.github.dogrucanemek-alt/cedulon

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

client:Cursor transport:stdio runtime:npm

Install Cedulon in Cursor

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

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

{
  "mcpServers": {
    "cedulon": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

Cedulon in other clients