Skip to content
Cursor

agentpay for Cursor

io.github.kar69-96/agentpay

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

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",
        "@useagentpay/mcp-server"
      ],
      "env": {
        "AGENTPAY_PASSPHRASE": "<AGENTPAY_PASSPHRASE>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

agentpay in other clients