ai consensus for Cursor
io.github.thestevenjohnstone/ai-consensus
Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.
client:Cursor
transport:stdio
runtime:npm
Install ai consensus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-consensus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-consensus-connector"
],
"env": {
"AI_CONSENSUS_API_KEY": "<AI_CONSENSUS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs