Skip to content
Cursor

agentpay for Cursor

io.github.alefnt/agentpay

AI Agent payment protocol on CKB Fiber Network. Zero-gas micropayments with Hold Invoice escrow.

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-dev/mcp-server"
      ],
      "env": {
        "FIBER_RPC_URL": "<FIBER_RPC_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