Skip to content
Cursor

OpenClaw Consensus for Cursor

io.github.miconnm/openclaw-consensus-mcp

9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations.

client:Cursor transport:stdio runtime:pypi

Install OpenClaw Consensus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openclaw-consensus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openclaw-consensus-mcp"
      ],
      "env": {
        "RAPIDAPI_KEY": "<RAPIDAPI_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpenClaw Consensus in other clients