Sanction for Windsurf
io.github.ericlovold/sanction
The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.
client:Windsurf
transport:stdio
runtime:npm
Install Sanction in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<SANCTION_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs