Consensus
Rank #17,203io.github.masterblaster14/consensus
Coordination for AI coding agents: declare plans, catch design conflicts early, share team memory.
Consensus is a Model Context Protocol (MCP) server published by masterblaster14. It ranks #17,203 of 132,046 servers tracked on MCP Toplist. Consensus is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 5, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 114,843 of 132,046 servers on MCP Toplist.
Use Consensus
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http consensus https://consensus-production-aed6.up.railway.app/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.consensus]
url = "https://consensus-production-aed6.up.railway.app/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://consensus-production-aed6.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"consensus": {
"url": "https://consensus-production-aed6.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"consensus": {
"type": "http",
"url": "https://consensus-production-aed6.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"consensus": {
"serverUrl": "https://consensus-production-aed6.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"consensus": {
"url": "https://consensus-production-aed6.up.railway.app/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.masterblaster14%2Fconsensus)<a href="https://mcptoplist.com/server/io.github.masterblaster14%2Fconsensus"><img src="https://mcptoplist.com/badge/io.github.masterblaster14%2Fconsensus.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
masterblaster14
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 5, 2026 |
Frequently asked questions
- Who maintains Consensus?
- Consensus is maintained by masterblaster14, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Consensus listed on the Official MCP Registry?
- Yes — Consensus is listed on the Official MCP Registry, alongside Glama.
- How many versions does Consensus have?
- MCP Toplist tracks 1 version of Consensus, most recently published on Sep 5, 2026.
- Where can I find the source code for Consensus?
- The source code for Consensus is hosted at github.com/masterblaster14/Consensus.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.