swarmpay for Windsurf
io.github.ginokino/swarmpay
Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.
client:Windsurf
transport:stdio
runtime:pypi
Install swarmpay in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs