Skip to content
Cursor

agentpay for Cursor

io.github.sdeanesh-png/agentpay

Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.

client:Cursor transport:stdio runtime:npm

Install agentpay 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": {
    "agentpay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-run/mcp-server"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
        "AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
      }
    }
  }
}

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

agentpay in other clients