mcpbeat Sign in

AI Consensus MCP Server

by thestevenjohnstone Your server? Claim it
local only

AI Consensus runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 21 Jul 2026.

Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.

Installs per day peak 217 · avg 18 · -86% w/w
a month agotoday
32
Installs / week
npm · ai-consensus-connector
0
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check AI Consensus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-consensus -- npx -y ai-consensus-connector
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-consensus": {
      "args": [
        "-y",
        "ai-consensus-connector"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-consensus]
command = "npx"
args = ["-y", "ai-consensus-connector"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-consensus": {
      "args": [
        "-y",
        "ai-consensus-connector"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-consensus": {
      "args": [
        "-y",
        "ai-consensus-connector"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AI_CONSENSUS_API_KEY (AI Consensus API key (create one at https://ai-consensus.ai/app/api-keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AI Consensus

same job, measured the same way
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

184 installs/wk local only
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

124 installs/wk local only
Model Council MCP Server
by ivanantigravity-lgtm

Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude.

80 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only
Tickerr
by imviky-ctrl

Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.

49 installs/wk answering
Ask Gemini
by lykhoyda

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

573 installs/wk local only
memi
by sarveshsea

Memi is the read-only design engineering audit and skill layer for coding agents.

1 612 installs/wk local only
contextkeeper
by therealdataboss

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

159 installs/wk local only

AI Consensus — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Consensus?
AI Consensus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ai-consensus-connector was installed 32 times last week.
How do I connect AI Consensus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-consensus-connector straight from npm; nothing to host, nothing to sign up for.
How many people use AI Consensus?
The npm package ai-consensus-connector was installed 32 times in the last week. Week over week that is -86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Consensus open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.