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
{
"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