Skip to content
Zed

swarmpay for Zed

io.github.ginokino/swarmpay

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

client:Zed transport:stdio runtime:pypi

Install swarmpay in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "swarmpay": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

swarmpay in other clients