Skip to content
Cursor

consensus for Cursor

io.github.masterblaster14/consensus

Coordination for AI coding agents: declare plans, catch design conflicts early, share team memory.

client:Cursor transport:streamable-http

Install consensus in Cursor

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

{
  "mcpServers": {
    "consensus": {
      "url": "https://consensus-production-aed6.up.railway.app/mcp"
    }
  }
}

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

consensus in other clients