Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Cli
Instalación
Npm
Confianza
Confianza: Established
Entrada
npm i -g chorus-codes && chorus init
Comando CLI universal
npx tokrepo install 9fbcf424-d59d-54b8-9014-99c0d6f94ea6
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados