agentpay for Windsurf
io.github.kar69-96/agentpay
AI agent payments with human approval. Local-first, encrypted credentials, budget controls.
client:Windsurf
transport:stdio
runtime:npm
Install agentpay in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@useagentpay/mcp-server"
],
"env": {
"AGENTPAY_PASSPHRASE": "<AGENTPAY_PASSPHRASE>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs