MassGen

massgen/MassGen
★ 839 stars Python 🤖 AI/LLM Updated 1mo ago
🚀 MassGen is an open-source multi-agent scaling system that runs in your terminal, autonomously orchestrating frontier models and agents to collaborate, reason, and produce high-quality results. | Join us on Discord: discord.massgen.ai
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": {
    "massgen": {
      "command": "uvx",
      "args": [
        "massgen"
      ]
    }
  }
}

Or install with pip: pip install massgen

Topics

agentagentic-aiautonomous-agentsclicollaborative-aiconversational-aigenaigenerative-aillmllm-orchestrationmodel-context-protocolmulti-agentpythonterminal-uitest-time-scaling