๐ Windsurf IDE
/setup--configuration/windsurf-ide
Config Location: ~/.codeium/windsurf/mcp_config.json
Access: Windsurf Settings โ Cascade โ MCP Servers, or click the hammer icon in Cascade panel
json
{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "mcp", "start"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Click Refresh in the MCP settings to connect. Windsurf supports up to 100 MCP tools.
Sources: Windsurf MCP Tutorial, Windsurf Cascade Docs