truthroute for Windsurf
io.github.rudrendupaul/truthroute
Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.
client:Windsurf
transport:stdio
runtime:npm
Install truthroute in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"truthroute": {
"command": "npx",
"args": [
"-y",
"truthroute-cli"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs