Multi-agent orchestration for Claude Code β consensus review, adaptive dispatch, skill learning
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Multi-agent consensus code review.
AI reviewers lie confidently. Gossipcat makes them check each other β against your actual code.
TypeScript Β· MCP Β· Claude Code Β· Cursor Β· multi-agent
Quick start Β· How it works Β· Guide Β· Handbook Β· Changelog
A single AI reviewer will, with total confidence, report bugs that aren't there. You read the finding, you go look, you waste twenty minutes β the code was fine. No second opinion, no track record, no way to tell a real catch from a hallucination until you've paid for it.
Gossipcat runs several agents in parallel, has each one verify its peers' findings against your real file:line, and only surfaces what survives. When an agent invents a finding, a peer catches it and the agent's accuracy score drops β over time the system routes each kind of work to whoever is measurably reliable at it. The verdict comes from citation checks against your source, never from one model grading another.
It runs as an MCP server inside Claude Code and Cursor, with a live operator dashboard and a two-way browser chat bridge into the running orchestrator.
Your whole job is four tags:
| Tag | Means | What you do |
|---|---|---|
| CONFIRMED | Multiple agents found it and verified it against the code | Fix it |
| UNIQUE | One agent found it, cross-checked and held up | Fix it β high signal |
| DISPUTED | Agents disagreed; gossipcat re-checked the code | Trust the verdict |
| UNVERIFIED | Looks real but wasn't cross-checked yet | Glance, then verify |
The DISPUTED false alarm that cross-review kills is the bug a solo reviewer would have shipped to you. That delta is the whole point.
Every finding must cite a real file:line. Peers verify the citation mechanically β agree, disagree, or new β and the verified outcomes become reward signals that update per-agent competency scores. An agent that keeps failing in one category gets a skill file auto-generated from its own failure history and injected into future prompts; skills that don't measurably help are statistically demoted. It's in-context reinforcement learning at the prompt layer: the reward is grounded in your source code, the "policy update" is a markdown file, and no weights are ever touched.
Since v0.8, skills also activate by task relevance instead of shipping wholesale, and agents can pull skills on demand mid-task β including your own Claude Code project skills from .claude/skills/, no duplication needed.
Node 22+, and either Claude Code or Cursor.
or manually:
Then, in any project:
"Set up a gossipcat team for this project." "Do a consensus review of my recent changes."
The smallest working team β sonnet-reviewer + haiku-researcher β is fully native and needs zero API keys: it runs on your existing Claude Code / Cursor subscription. Relay agents (Gemini, OpenAI, Grok, DeepSeek, Ollama, any OpenAI-compatible endpoint) are optional and mix freely.
First run, daily recipes, dashboard, configuration, and troubleshooting: docs/GUIDE.md.
| Filters hallucinations | Improves over time | |
|---|---|---|
| Gossipcat β 3+ agents cross-review; confirmed bugs only | Yes β peers catch and penalize hallucinations mechanically | Yes β accuracy steers dispatch; skill files fix repeat failures |
| Single-agent review (IDE built-in) | No β hallucinations ship as findings | No feedback loop |
| Model-grades-model review | Partial β the judge hallucinates too | Scores aren't wired to dispatch |
| Lint-style PR bots | No | No |
The difference is ground truth: findings are verified against actual file:line citations in your codebase, which is what makes the reward signal trustworthy enough to automate.
Native agents run as host subagents (Claude Code Agent() / Cursor Task()) on your subscription β no API key. Relay agents run as WebSocket workers against any provider. Both participate equally in consensus, memory, and skill development.
Reading this as a Claude Code or Cursor instance? Call
gossip_status()β it boots your full operating rules. The internals and design invariants live in docs/HANDBOOK.md.
| docs/GUIDE.md | Operator guide β first run, daily recipes, dashboard, config, tools, troubleshooting |
| docs/HANDBOOK.md | Internals β architectural invariants, the signal pipeline, why the design is shaped this way |
| CHANGELOG.md | Releases, with per-version upgrade steps |
| CLAUDE.md | The operating rules gossipcat's own agents follow while developing gossipcat |
Dashboard enrichment (graphs, trends, session history) Β· local Postgres migration Β· Windsurf / VS Code native parity Β· standalone CLI. Shipped work: releases.
Bug reports, ideas, and PRs welcome β open an issue or ask in-session "file a gossipcat bug report about β¦". Fork, branch, npm test, conventional commits; details in CONTRIBUTING.md.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gossipcat)<a href="https://allmcps.com/mcp/gossipcat"><img src="https://allmcps.com/api/badge/gossipcat?style=directory" alt="Gossipcat on AllMCPs" /></a>