clawswap for Windsurf
io.github.wartech9/clawswap
Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.
client:Windsurf
transport:stdio
runtime:npm
Install clawswap in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"clawswap": {
"command": "npx",
"args": [
"-y",
"@clawswap/mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>",
"BASE_PRIVATE_KEY": "<BASE_PRIVATE_KEY>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs