CLI ToolsMay 14, 2026·2 min read

Chorus — Multi-LLM Peer Review for Code

CLI + MCP server that runs 2–4 LLM reviewers in parallel using your existing subscriptions; verified 455★, pushed 2026-05-14.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Cli
Install
Npm
Trust
Trust: Established
Entrypoint
npm i -g chorus-codes && chorus init
Universal CLI install command
npx tokrepo install 9fbcf424-d59d-54b8-9014-99c0d6f94ea6
Intro

CLI + MCP server that runs 2–4 LLM reviewers in parallel using your existing subscriptions; verified 455★, pushed 2026-05-14.

Best for: Developers who want second-opinion reviews before merging AI-written changes

Works with: Node.js 20+; integrates with Claude Code/Codex/Cursor/Gemini CLI via chorus init MCP wiring

Setup time: 10-22 minutes

Key facts (verified)

  • GitHub: 455 stars · 46 forks · pushed 2026-05-14.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: npm i -g chorus-codes && chorus init.

Main

  • Use it for risky diffs: paste a staged diff or PR summary and ask for reviewers to flag missing tests, race conditions, and edge cases.

  • Keep costs low: README frames it as using subscriptions you already pay for, avoiding pay-per-token multi-review overhead for routine checks.

  • Wire once, use everywhere: after chorus init, call it from inside your AI CLI via MCP rather than copying huge diffs manually.

  • Treat reviewer disagreement as a signal: when models diverge, slow down and add targeted tests before shipping.

Source-backed notes

  • README Quick start shows npm i -g chorus-codes, chorus init, and chorus start --ui for a localhost UI.
  • README states chorus init registers Chorus as an MCP server across multiple AI CLIs/IDEs.
  • README lists MCP tools and templates/personas for code-review style workflows.

FAQ

  • Do I need API keys?: README positions it around using subscriptions you already have; some paths may use keys depending on your setup.
  • How do I use it from Claude Code/Cursor?: Run chorus init once, then ask your assistant to invoke Chorus via MCP as shown in README.
  • Where does it run?: Locally: README shows a UI served at http://localhost:5050 plus MCP stdio tools for clients.
🙏

Source & Thanks

Source: https://github.com/chorus-codes/chorus > License: Apache-2.0 > GitHub stars: 455 · forks: 46

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets