mcp for Windsurf
io.github.suigar-gaming/mcp
AI agent MCP server for Suigar casino game, SweetHouse, NFT, and referral transactions.
client:Windsurf
transport:stdio
runtime:npm
Install mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@suigar/mcp"
],
"env": {
"SUIGAR_MCP_BRIDGE_WEB_URL": "<SUIGAR_MCP_BRIDGE_WEB_URL>",
"SUIGAR_MCP_BRIDGE_TIMEOUT_MS": "<SUIGAR_MCP_BRIDGE_TIMEOUT_MS>",
"SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES": "<SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES>",
"SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS": "<SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs