truthroute for Cursor
io.github.rudrendupaul/truthroute
Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.
client:Cursor
transport:stdio
runtime:npm
Install truthroute in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"truthroute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"truthroute-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs