Skip to content
Cline

truthroute for Cline

io.github.rudrendupaul/truthroute

Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.

client:Cline transport:stdio runtime:npm

Install truthroute in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "truthroute": {
      "command": "npx",
      "args": [
        "-y",
        "truthroute-cli"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

truthroute in other clients