← Index

io.github.bepunk/zoogent

io.github.bepunk/zoogent·v0.4.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zoogent": {
      "command": "npx",
      "args": [
        "-y",
        "zoogent"
      ],
      "env": {
        "ZOOGENT_URL": "<zoogent_url>",
        "ZOOGENT_API_KEY": "<your-zoogent_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zoogent": {
      "command": "npx",
      "args": [
        "-y",
        "zoogent"
      ],
      "env": {
        "ZOOGENT_URL": "<zoogent_url>",
        "ZOOGENT_API_KEY": "<your-zoogent_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y zoogent
§02  Environment variables
ZOOGENT_URL

URL of the ZooGent server (for remote connections)

ZOOGENT_API_KEY
secret

API key for authenticating with the ZooGent server (generate in Settings UI)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other