Local MCP server for AI team advice, multi-agent review, Compare, and traceable receipts
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Ennodia gives your primary agent access to installed agent command-line interfaces (CLIs). It tracks each child task and uses model-led Compare to show agreements, disagreements, omissions, and one recommended answer with receipts.
Before work, an optional Plan Advisor can propose a bounded set of harnesses, models, and skills. It does not start the proposed work.
Send this address to your primary agent. The agent can then complete the installation:
To run Ennodia directly as a standard input/output (stdio) MCP server, use:
To use Bun directly, run bunx ennodia.
For a registry or client installer, use the Ennodia Smithery page.
For manual installation or local development, see Quickstart.
ennodia_run is the main entrypoint. It plans and starts tasks. It can also use
Compare. It returns a run identifier (ID) for use with ennodia_get_run.
See MCP tools for the full tool and parameter reference.
Use Ennodia for work that needs additional model analysis. A run usually takes minutes. Compare adds two serial model passes after the child agents finish.
Each role has limited responsibilities:
basis: "candidates-only". This status makes the degradation visible.The separate @cherninlab/ennodia-io package provides a local Hypertext
Transfer Protocol (HTTP) and TypeScript interface. Apps can use it with
user-supplied keys and installed local agents:
See Ennodia IO for supported fields, authentication behavior, cross-origin resource sharing rules, and current limits.
Adapters stay thin. Core modules contain shared routing, trace data, task state, recovery, and Compare logic.
Evaluated candidates include Gemini CLI, GitHub Copilot CLI, Amp, Aider, Goose, Qwen Code, and Cursor CLI. Ennodia does not include these candidates.
Ennodia can add a candidate after verification of a supported prompt-in and text-out interface. Verification must not use permission-bypass flags or provider-private APIs.
The current benchmark is multi-model-bug-recall. It uses small TypeScript
review fixtures and committed bug oracles. Run the deterministic suite with:
Live harness runs are available through bun run bench:bug-recall:live and are
kept out of bun run verify.
The current dated fixture snapshot is published in
Benchmarks: 4
cases, with ennodia-parallel-compare at 100% recall and 100% precision.
Ennodia is under active development. You can submit bug reports and small, focused pull requests. See CONTRIBUTING.md for the local verification workflow.
No reviews yet β be the first to share how this listing worked for you.
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/ennodia)<a href="https://allmcps.com/mcp/ennodia"><img src="https://allmcps.com/api/badge/ennodia?style=directory" alt="Ennodia on AllMCPs" /></a>