Odel
zoogent

zoogent

Local
@bepunk3TypeScriptMITUpdated 4mo ago

AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.

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

npmzoogentv0.4.2

Run

npx -y zoogent

MCP client config

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