AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.
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.
Lightweight AI agent orchestrator with built-in Architect AI. Multi-team support - run isolated agent teams in a single instance. Describe what you want to automate, get working agents.
Open http://localhost:3200. Create account > create team > add Anthropic API key in Team Settings > go to Architect and describe what you want to automate.
ZooGent is a process manager for AI agent teams. It spawns agents, routes tasks between them, tracks costs, and captures logs. Each agent is a standalone script that calls its own LLM.
Multi-team isolation - one instance, multiple teams. Each team has its own agents, skills, memory, knowledge, Architect chat, and API keys. Teams don't see each other's data.
Two ways to use it:
Chat UI - open the Architect page in your browser, describe your task in plain language. The Architect AI designs the team, creates skills, writes agent code, and tests everything.
Claude Code + MCP - connect MCP to Claude Code, build agents from the terminal with full control over code and configuration.
Both paths use the same API, same database, same agents. Pick whichever fits your workflow.
Architect designs agents, writes skills, generates code, and tests everything through conversation.
Set BETTER_AUTH_URL to your public URL in .env. Use a reverse proxy (nginx, Caddy) or deploy via Docker (see Deployment section). The web UI is the same - just accessed remotely.
Start the server locally, then connect Claude Code via MCP:
Add the MCP server to Claude Code. Run this from inside the project you want to work in β each project typically binds to its own ZooGent instance (its own SQLite, teams, agents, API keys), so the MCP config should live with the project:
-s project writes the config to .mcp.json in the project root β commit it and teammates who clone the repo get the same MCP setup automatically.
Claude Code auto-discovers the local server. Ask Claude to create a team and design your agents.
Deploy ZooGent to a server (see Deployment). Open the web UI, create an account, go to Settings > generate an API key.
Run from inside the project that should connect to this ZooGent instance:
Each project can point at its own ZooGent (local or remote), with its own URL and API key. Keeping the config in the project's
.mcp.jsonmakes that mapping explicit. Use-s userinstead only if you have a single shared ZooGent instance across all projects.
Claude Code connects to the remote server. Create teams, design agents, write code - all through MCP tools. Agents run on the server.
Social media monitoring. Scout agent scans Reddit and Hacker News every 2 hours for relevant posts. Comment writer drafts responses in the right tone. Feedback collector checks next day - which comments got upvotes, which got ignored. Team learns and adapts.
Invoice processing. Watcher agent polls an email inbox for new invoices. Parser extracts amounts, dates, vendor info. Router creates entries in your accounting system via API. Anomaly detector flags invoices that look unusual for human review.
Customer support automation. Intake agent receives customer requests via webhook. Analyzer classifies urgency and type, creates tasks for human team members in your project tracker. Follow-up agent monitors task completion, notifies customers when their request is resolved.
Multiple isolated teams in one instance. Each team has its own agents, skills, memory, knowledge, Architect chat, and Anthropic API key. Header nav: Teams / Members / Settings. Team sub-nav: Architect / Agents / Tasks / Costs / Skills / Memory / Knowledge / Settings.
Built-in Claude-powered chat that designs and manages your agent team. Creates agents, writes skills, generates TypeScript code, assigns skills, triggers runs, reads logs - all through conversation. SSE streaming with real-time tool execution display. Each team has its own Architect with separate chat history.
| Runtime | Source of code | When to use |
|---|---|---|
typescript (default) | Stored in zoogent DB, uploaded via MCP/chat, bundled with esbuild | ~95% of agents β write/iterate from Claude Code, remote deploy just works |
exec | Lives outside zoogent; you provide command + args + cwd | Wrapping binaries, Python/Go scripts, existing tooling |
For typescript, agents can import from a curated blessed set: @anthropic-ai/sdk, openai, @google/generative-ai, axios, cheerio, googleapis, zod, p-limit/p-retry/p-map/p-queue, date-fns, yaml, csv-parse/csv-stringify, cheerio, fast-xml-parser, marked, turndown, slugify, tiktoken, nodemailer, imapflow, mailparser, jsonwebtoken, plus all Node built-ins. Unknown imports fail at upload with a readable error. The full list lives in the code-generation system skill β call get_agent_guide("code-generation") from MCP.
| Type | How it runs | Example |
|---|---|---|
cron | On schedule | News scanner every 2 hours |
manual | On demand or via task | Content writer triggered by scanner |
long-running | Persistent process | Telegram bot, webhook listener |
| Channel | What | Who sees it |
|---|---|---|
| Tasks | Messages between agents | Sender + receiver |
| Team Knowledge | Shared facts (moderated) | All agents in team |
| Memory | Personal learnings | Only the agent |
| Store | Persistent working data (URLs, IDs, state) | Only the agent |
| Skills | Instructions from humans | Assigned agents |
Markdown documents with instructions and knowledge, stored in the database per team. Assigned to agents - injected into their context at startup. Create via Architect chat, MCP, or API. System skills (team-design, agent-patterns, code-generation, etc.) are global and used by Architect AI.
Key-value storage for agent working data that persists between runs. Track URLs, save processed IDs, cache state. Optional TTL for auto-expiry.
Per-agent and per-team spending. Monthly budgets with hard stops - agent won't run if over budget. Set team budget in Team Settings, per-agent budget in agent config.
When an agent fails, the error with stderr excerpt appears in the team's Architect chat. Open Architect, see what went wrong, ask it to fix the code.
Light and dark themes. Global pages: Teams, Members, Settings. Team pages: Architect (chat), Agents, Tasks, Costs, Skills, Memory, Knowledge.
No repository needed. Paste this compose into your hosting platform (Dokploy, Railway, etc.) and deploy.
Set BETTER_AUTH_SECRET (generate: openssl rand -hex 32) and BETTER_AUTH_URL (your public URL) in the platform's environment settings.
To upgrade ZooGent: change zoogent@0.4.2 to the new version and redeploy.
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/zoogent)<a href="https://allmcps.com/mcp/zoogent"><img src="https://allmcps.com/api/badge/zoogent?style=directory" alt="Zoogent on AllMCPs" /></a>