Zoogent MCP Server

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. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-06 · ★ 3 · #53 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Zoogent

before you install - you'll need

Set ZOOGENT_URL, ZOOGENT_API_KEY before connecting.

Claude Code

claude mcp add bepunk-zoogent -- npx -y zoogent

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package zoogent - unscoped; check the name against the project README before installing

registry namespace io.github.bepunk is GitHub-verified and matches the repo owner

03 · What Zoogent can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.16 · 2026-05-06

Three fixes to the Recent errors panel introduced in v0.4.13: · 1. Sort newest-first reliably · Was \orderBy desc(finishedAt)\, but orphaned runs from server restarts get \status='error'\ without \finishedAt\ set…

v0.4.15 · 2026-05-06

The displayed ID in \/teams/:slug/tasks\ was the global \agent_tasks.id\ - a single autoincrement sequence shared across all teams. Team A would see \"#157\" jump to \"#160\" because team B created tasks in between.…

v0.4.14 · 2026-05-06

Pagination · The tasks list at \/teams/:slug/tasks\ had a hardcoded \.limit(100)\ and no pagination. Now: · 20 tasks per page · \?page=N\ query parameter · Prev/Next footer that preserves \agent\ and \status\ filters…

04 · Who maintains Zoogent

zoogent is maintained by bepunk. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
data & analytics - ranked #53 of 75 actively-maintained data & analytics servers as of 2026-08-25.
registry
io.github.bepunk/zoogent (active, first published 2026-04-17 · 2 versions)
packages
npm:zoogent

06 · Zoogent FAQ

What is Zoogent?

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. It runs locally over stdio via the published package.

Is Zoogent still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-06. We re-verify nightly.

How do I install Zoogent?

Run `npx -y zoogent`. The README documents 2 environment variables (ZOOGENT_URL, ZOOGENT_API_KEY) to set first. Set ZOOGENT_URL, ZOOGENT_API_KEY before connecting. You can also paste the ready-made client config above.

Does Zoogent run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Zoogent

More data & analytics MCP servers · Yandex Metrica MCP · Server Sigma · Clappia MCP · Clari Layer

More TypeScript MCP servers · Godot Agent Loop · Type UI · Google Health Fitbit MCP · Monitor · Betterlytics · see all