truthroute for VS Code
io.github.rudrendupaul/truthroute
Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.
client:VS Code
transport:stdio
runtime:npm
Install truthroute in VS Code
.vscode/mcp.json
{
"servers": {
"truthroute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"truthroute-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs