OpenClaw Consensus for Cline
io.github.miconnm/openclaw-consensus-mcp
9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.
client:Cline
transport:stdio
runtime:pypi
Install OpenClaw Consensus in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"openclaw-consensus-mcp": {
"command": "uvx",
"args": [
"openclaw-consensus-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs