OpenClaw Consensus for Windsurf
io.github.miconnm/openclaw-consensus-mcp
9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.
client:Windsurf
transport:stdio
runtime:pypi
Install OpenClaw Consensus in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"openclaw-consensus-mcp": {
"command": "uvx",
"args": [
"openclaw-consensus-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs