OpenClaw Consensus for Zed
io.github.miconnm/openclaw-consensus-mcp
9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.
client:Zed
transport:stdio
runtime:pypi
Install OpenClaw Consensus in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openclaw-consensus-mcp": {
"command": "uvx",
"args": [
"openclaw-consensus-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs