tokenmonkey for Windsurf
io.github.lifestylearb/tokenmonkey
P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.
client:Windsurf
transport:stdio
runtime:npm
Install tokenmonkey in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs