consensus for Claude Desktop
io.github.masterblaster14/consensus
Coordination for AI coding agents: declare plans, catch design conflicts early, share team memory.
client:Claude Desktop
transport:streamable-http
Install consensus in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"consensus": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://consensus-production-aed6.up.railway.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs