Skip to content
Cursor

swarmpay for Cursor

io.github.ginokino/swarmpay

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

client:Cursor transport:stdio runtime:pypi

Install swarmpay 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": {
    "swarmpay": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "swarmpay"
      ],
      "env": {
        "SWARMPAY_NETWORK": "<SWARMPAY_NETWORK>",
        "CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
        "CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
        "SWARMPAY_ADMIN_WALLET": "<SWARMPAY_ADMIN_WALLET>"
      }
    }
  }
}

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

swarmpay in other clients