mcpbeat Sign in

Zoogent MCP Server

local only

Zoogent runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 6 May 2026.

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

Installs per day peak 36 · avg 11 · -38% w/w
a month agotoday
55
Installs / week
npm · zoogent
3
Stars
0 open issues
6 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node -e "console.log('\n  ZooGent installed. To get started:\n\n    mkdir my-agents && cd my-agents\n    zoogent init\n    zoogent start\n    claude mcp add zoogent -s project -- npx zoogent mcp\n    claude\n\n  Then type: help me build an agent team\n')"
    const child = spawn(process.execPath, [process.argv[1], 'start'], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zoogent -- npx -y zoogent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zoogent": {
      "args": [
        "-y",
        "zoogent"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zoogent]
command = "npx"
args = ["-y", "zoogent"]
.cursor/mcp.json
{
  "mcpServers": {
    "zoogent": {
      "args": [
        "-y",
        "zoogent"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zoogent": {
      "args": [
        "-y",
        "zoogent"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZOOGENT_URL (URL of the ZooGent server (for remote connections)), ZOOGENT_API_KEY (API key for authenticating with the ZooGent server (generate in Settings UI)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zoogent

same job, measured the same way
Brightspace
by jhostinaleck

MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard.

117 installs/wk local only
Kireo
by wang1051992187

Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.

470 installs/wk local only
Saga MCP
by spranab

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

247 installs/wk local only
CaseNode Case Law API
by luptonm

UK case law MCP (21 tools). Free API key: casenode.ai/api/signup → Dashboard → API keys.

answering
Lodd MCP Server
by hholen

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

64 installs/wk local only
jobctl
by dmytrorybka

Job application tracker for developers - AI agents write over MCP, you review in a dashboard.

11 tools answering
Logicmonitor
by ryanmat

LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.

551 installs/wk local only
pAIchart MCP Hub
by paichart

MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

answering

Zoogent — questions

Answers built from our own checks of this server.

Why is there no uptime for Zoogent?
Zoogent runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package zoogent was installed 55 times last week.
How do I connect Zoogent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zoogent straight from npm; nothing to host, nothing to sign up for.
How many people use Zoogent?
The npm package zoogent was installed 55 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zoogent open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.