agent wallet for Windsurf
io.github.dingdawg/agent-wallet
Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.
client:Windsurf
transport:stdio
runtime:npm
Install agent wallet in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs