Serversio.github.bepunk/zoogent
Z

io.github.bepunk/zoogent

io.github.bepunk/zoogent · v0.4.2
▦ npm
v0.4.2npm npm: zoogent↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bepunk/zoogent",
  "description": "AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.",
  "repository": {
    "url": "https://github.com/bepunk/zoogent",
    "source": "github"
  },
  "version": "0.4.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "zoogent",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the ZooGent server (for remote connections)",
          "format": "string",
          "name": "ZOOGENT_URL"
        },
        {
          "description": "API key for authenticating with the ZooGent server (generate in Settings UI)",
          "format": "string",
          "isSecret": true,
          "name": "ZOOGENT_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}