zoogent for Cursor
io.github.bepunk/zoogent
AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install zoogent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zoogent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zoogent"
],
"env": {
"ZOOGENT_URL": "<ZOOGENT_URL>",
"ZOOGENT_API_KEY": "<ZOOGENT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs