Skip to content
Cursor

conkurrence for Cursor

io.github.alligatorc0der/conkurrence

Measure whether your AI agrees with itself using statistical consensus metrics.

client:Cursor transport:stdio runtime:npm

Install conkurrence in Cursor

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

{
  "mcpServers": {
    "conkurrence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "conkurrence"
      ]
    }
  }
}

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

conkurrence in other clients