Odel
ennodia

ennodia

Local
@cherninlab5TypeScriptMITUpdated 2 days ago

Local MCP server for AI team advice, multi-agent review, Compare, and traceable receipts

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmennodiav0.2.0

Run

npx -y ennodia

MCP client config

{
  "mcpServers": {
    "ennodia": {
      "command": "npx",
      "args": [
        "-y",
        "ennodia"
      ]
    }
  }
}