agno-hive

abehera1992/agno-hive
★ 0 stars Python 🤖 AI/LLM Updated today
Generic Agno agentic swarm with hivemind features — plugs into any project via MCP tool servers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agno-hive": {
      "command": "uvx",
      "args": [
        "agno-hive"
      ]
    }
  }
}

Or install with pip: pip install agno-hive

README Excerpt

Stateless agentic swarm for codebase-aware AI tasks. Runs on a dedicated workstation (ZGX) and connects to any project via its MCP server — no code changes needed per project, only `.env`. ``` Client app ──task──► agno-hive (ZGX) ──MCP──► Project MCP server (client machine) │ │