AI Consensus

by thestevenjohnstone

Not rated
GitHub

About

Standing review layer for coding agents: Claude, GPT and Gemini debate each answer and return one recommendation plus the strongest dissent.

Details

Author
thestevenjohnstone
Categories
Developer Tools, Other, AI

Setup — Cursor / Cline / other MCP clients

Add a stdio MCP server with commandnpx -y ai-consensus-connectorand theAI_CONSENSUS_API_KEYenvironment variable. For Cursor, inmcp.json:

{ "mcpServers": { "ai-consensus": { "command": "npx", "args": ["-y", "ai-consensus-connector"], "env": { "AI_CONSENSUS_API_KEY": "aic_live_your_key_here" } } } }

Then put the standing rule in your project's agent rules file (.cursorrules,.clinerules, etc.).

- consult_ai_consensus— route a decision/task through the panel and wait for the result (a few minutes).
- start_ai_consensus/get_ai_consensus_result— fire-and-forget + collect later.
- check_ai_consensus_connection— zero-cost setup check (reachability, key accepted, provider keys present).
- cancel_ai_consensus_run— stop a run.

Your key authenticates to your account and bills your plan (unlimited on your own keys, or prepaid credits). Keep it secret — and note that pasting the--envform above stores the key in your shell history; use your client's config file if that concerns you.

This connector is open source under theMIT license. It is a thin client for thepaid, hosted AI Consensus service— you bring your own AI Consensus API key; the deliberation engine itself runs on our servers and is not part of this repository. The MIT license covers this connector's code only and grants no rights to the AI Consensus name or branding.

Support boundary:connector bugs and setup issues →GitHub issues; account, API-key or billing questions →[support@ai-consensus.ai.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Universal tool adapter — @tool decorator exports Python functions to OpenAI, Claude, Gemini, MCP, JSON Schema. Audit token costs.

Access GPT-5, Claude, Gemini and other models through a single MCP connection. Save development time and money on subscriptions.

Access multiple AI models like Claude, Gemini, and OpenAI through a single server using your own API keys.

Make AI Consensus astanding part of your development model. Your coding agent — Claude Code, Cursor, Cline, any MCP client — routes every decision of consequence through three frontier AIs (Claude, GPT, Gemini) that answerindependently, thencross-examine each other, and return one recommendationplus the strongest dissent. You keep working inside your agent; the panel reviews as you go.

This is not a tool you reach for occasionally. It's a review layer you switch on once, and from then on everything that matters gets debated by three independent models before it ships. (Honest bill: a run takes a few minutes and, on the bring-your-own-keys plan, costs roughly $0.40–$1 of your own provider tokens.)

claude mcp add ai-consensus --scope user \ --env AI_CONSENSUS_API_KEY=aic_live_your_key_here \ -- npx -y ai-consensus-connector

(Self-hosting? add--env AI_CONSENSUS_API_URL=https://your-instance.)

Verify it's connected (free — no run is started):

"Use the check_ai_consensus_connection tool."

Make it your standing rule — add to your project'sCLAUDE.md:

STANDING RULE: This project develops with AI Consensus as its review layer. Route every decision of consequence — architecture, design, implementation approach, tricky bugs, anything whose cost of being wrong is real — through consult_ai_consensus as a matter of course, and weigh its recommendation and strongest dissent before acting. Purely mechanical edits (formatting, typos, exact instructed changes) don't need a run. When in doubt, consult.

Teams that wanteverythingrouted can use the strict variant instead:

STRICT MODE: Consult consult_ai_consensus before every non-trivial change of any kind, and weigh the dissent before acting.

Setup — Cursor / Cline / other MCP clients

Add a stdio MCP server with commandnpx -y ai-consensus-connectorand theAI_CONSENSUS_API_KEYenvironment variable. For Cursor, inmcp.json:

{ "mcpServers": { "ai-consensus": { "command": "npx", "args": ["-y", "ai-consensus-connector"], "env": { "AI_CONSENSUS_API_KEY": "aic_live_your_key_here" } } } }

Then put the standing rule in your project's agent rules file (.cursorrules,.clinerules, etc.).

- consult_ai_consensus— route a decision/task through the panel and wait for the result (a few minutes).
- start_ai_consensus/get_ai_consensus_result— fire-and-forget + collect later.
- check_ai_consensus_connection— zero-cost setup check (reachability, key accepted, provider keys present).
- cancel_ai_consensus_run— stop a run.

Your key authenticates to your account and bills your plan (unlimited on your own keys, or prepaid credits). Keep it secret — and note that pasting the--envform above stores the key in your shell history; use your client's config file if that concerns you.

This connector is open source under theMIT license. It is a thin client for thepaid, hosted AI Consensus service— you bring your own AI Consensus API key; the deliberation engine itself runs on our servers and is not part of this repository. The MIT license covers this connector's code only and grants no rights to the AI Consensus name or branding.

Support boundary:connector bugs and setup issues →GitHub issues; account, API-key or billing questions →support@ai-consensus.ai.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Universal tool adapter — @tool decorator exports Python functions to OpenAI, Claude, Gemini, MCP, JSON Schema. Audit token costs.

Access GPT-5, Claude, Gemini and other models through a single MCP connection. Save development time and money on subscriptions.

Access multiple AI models like Claude, Gemini, and OpenAI through a single server using your own API keys.

Deepseek Thinking & Claude 3.5 Sonnet

Combines DeepSeek's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter.

An MCP server that orchestrates Google Gemini and Claude Code models via the OpenRouter API.

Delegate bounded work from Claude to any OpenAI-compatible LLM endpoint (LM Studio, Ollama, OpenRouter), preserving your Claude context and quota.

AI image generation and editing MCP server. Text-to-image, text-based editing with iterative refinement. Multi-provider (Gemini + OpenAI).

MCP server for AI-powered mobile device control — 26 tools for screenshots, UI inspection, touch interaction, and AI visual analysis. Supports Anthropic Claude & Google Gemini.

Lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search package registries across multiple ecosystems (npm, PyPI, RubyGems, Crates.io, Packagist, Hex) and fetch package context (README, downloads, GitHub info, usage snippets)

Stop AI Hallucinations Before They Start Run models from OpenAI, Google, Anthropic, xAI, Perplexity, and OpenRouter in parallel. They check each other's work, debate solutions, and catch errors before you see them.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.