Countersign for Windsurf
io.github.countersign-network/countersign
Kill switch + spend guard for AI agents that spend money, across every wallet vendor at once.
client:Windsurf
transport:stdio
runtime:npm
Install Countersign in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"countersign": {
"command": "npx",
"args": [
"-y",
"@countersign/mcp"
],
"env": {
"COUNTERSIGN_URL": "<COUNTERSIGN_URL>",
"COUNTERSIGN_API_KEY": "<COUNTERSIGN_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs