SNAP Protocol for Windsurf
io.github.agentzeny/snap-private-payments
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
client:Windsurf
transport:stdio
runtime:npm
Install SNAP Protocol in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"snap-private-payments": {
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "<SNAP_RPC_URL>",
"SNAP_POOL_ADDRESS": "<SNAP_POOL_ADDRESS>",
"SNAP_RELAYER_URL": "<SNAP_RELAYER_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs