
AI Team OS
by cronusl-1141
Autonomous multi-agent operating system for Claude Code with 108 MCP tools, task walls, and self-evolving failure alchemy.
What it does
AI Team OS transforms Claude Code into a self-driving AI company. It introduces a hierarchical leadership structure where a CEO agent manages a task wall and assigns specialized agents to execute complex workflows autonomously. The system is designed to run continuously, advancing projects even when the user is offline.
Tools
team_create: Establishes a structured AI agent team.task_create: Adds items to the autonomous task wall with pipeline orchestration.loop_start: Activates the autonomous execution engine.failure_analysis: Implements 'Failure Alchemy' to extract lessons and prevent repeat mistakes.meeting_create: Organizes structured agent debates and brainstorming sessions.pipeline_advance: Moves tasks through defined stages (Research → Design → Implement → Review → Test → Deploy).decision_log: Records every critical decision in a traceable cockpit timeline.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ai-team-os": {
"command": "python3",
"args": ["-m", "aiteam.mcp.server"]
}
}
}
Note: Requires system-wide installation of the ai-team-os package via pip.
Supported hosts
- Claude Code (Native integration)
- Claude Desktop
Quick install
pip install ai-team-os && python -m aiteam.scripts.installInformation
- Pricing
- free
- Published





