truthroute for Zed
io.github.rudrendupaul/truthroute
Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.
client:Zed
transport:stdio
runtime:npm
Install truthroute in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"truthroute": {
"command": "npx",
"args": [
"-y",
"truthroute-cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs