Ennodia
@cherninlab
关于 Ennodia
MCP server that lets one AI agent ask other agents for help
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ennodia": {
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Ennodia?
Ennodia is an MCP (Model Context Protocol) server that lets a primary agent orchestrate reviews across multiple installed local agent CLIs, track every child task, and use a model-led Compare pass to surface agreements, disagreements, blind spots, and a single synthesized answer with traceable receipts. It is designed for deliberation-class work where no single model should be the only reviewer.
How to use Ennodia?
Send the link try-ennodia.cherninlab.com to your primary agent and let it handle setup, or run the server directly with npx -y ennodia (requires Bun 1.3.14+). The main MCP tool is ennodia_run; use ennodia_get_run to poll results. For local HTTP/TypeScript access, use the separate package @cherninlab/ennodia-io via npx -y @cherninlab/ennodia-io.
Key features of Ennodia
- Discovers available local AI tools and plans a review route.
- Estimates preflight input tokens and enforces local caps.
- Starts, monitors, and cancels child agent tasks.
- Compares multiple completed outputs and synthesizes one answer.
- Returns traceable receipts with timing, logs, and failures.
- Supports eight agent harnesses including Codex CLI and Claude Code.
Use cases of Ennodia
- Multi-model code review: ask several agents to review the same diff and compare results.
- Red-teaming: use multiple agents to find blind spots in a design or specification.
- Decomposing complex tasks: split work among specialized agents and synthesise output.
- Audit trails: generate traceable receipts for every child task and comparison pass.
FAQ from Ennodia
What runtime does Ennodia require?
Ennodia requires Bun version 1.3.14 or newer and is typically launched via npx -y ennodia or bunx ennodia.
What agent harnesses does Ennodia support?
Supported harnesses include Codex CLI, Claude Code, OpenCode, Kilo Code, Kiro CLI, Cline CLI, Hermes Agent, and Antigravity.
How does Ennodia compare outputs?
After child agents finish, Ennodia runs a model-led Compare pass that surfaces agreements, disagreements, blind spots, and synthesizes one answer with traceable receipts.
Is there a way to use Ennodia outside of MCP?
The separate @cherninlab/ennodia-io package exposes a local HTTP and TypeScript interface for apps that want BYOK-style settings over installed local agents.
Where does Ennodia store data?
Child task state, logs, and comparison data are stored locally; the project’s data governance documentation covers local storage and data movement boundaries.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS
评论