AI Company Team OS

v1.0.0Coding Agentsstable

Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integr

agent-frameworkagent-orchestrationai-agentsautonomous-agentsclaude
Share:
180
Stars
0
Downloads
0
Weekly
0/5

What is AI Company Team OS?

AI Company Team OS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to multi-agent team operating system for claude code. 108 mcp tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. persistent teams, structured meetings, task wall, real-time react dashb...

Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integr

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Multi-agent team operating system for Claude Code. 108 MCP t

Use Cases

Multi-agent team coordination
40+ agent templates and workflows
Persistent team state and meetings
CronusL-1141

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ai-company

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AI Company Team OS

AI Company Team OS is a multi-agent operating system for Claude Code that installs as a plugin and provides 107 MCP tools across 22 modules for creating and orchestrating persistent AI agent teams. It includes 40+ agent templates, structured meeting formats, a task wall, pipeline workflows, lifecycle hooks, and an optional real-time React dashboard — all built natively on top of Claude Code without LangChain or AutoGen. Development teams use it to define specialized agent roles (frontend dev, QA engineer, architect), coordinate them through structured workflows, and maintain persistent team state across sessions.

Prerequisites

  • Python 3.11+ installed
  • uv package manager installed (pip install uv)
  • Claude Code installed and running with MCP support
  • Node.js 20+ (optional, required only for the React dashboard)
  • Git installed for the clone-based installation path
1

Install via Claude Code plugin marketplace (recommended)

The plugin marketplace install is the recommended path. It handles all dependencies and registers the MCP server automatically.

pip install uv
claude plugin marketplace add CronusL-1141/AI-company
claude plugin install ai-team-os
2

Alternative: install from PyPI

Install the ai-team-os package from PyPI and run the setup script to register it with Claude Code.

pip install ai-team-os
python -m aiteam.scripts.install
3

Alternative: manual clone install

Clone the repository and run the interactive install script for full control over the setup.

git clone https://github.com/CronusL-1141/AI-company.git
cd AI-company
python install.py
4

Configure environment variables

Copy the .env.example file to .env and fill in any required values. The FastAPI backend auto-discovers an available port and writes it to api_port.txt for MCP consumption.

cp .env.example .env
# Edit .env with your settings
5

Verify the installation

Check that the FastAPI backend is running and healthy. Claude Code should now show the AI Team OS tools in its MCP tool list.

curl http://localhost:8000/api/health

AI Company Team OS Examples

Client configuration

If configuring manually, add this to your claude_desktop_config.json. For plugin-based installs this is done automatically by the install script.

{
  "mcpServers": {
    "ai-team-os": {
      "command": "python",
      "args": ["-m", "aiteam.mcp_server"],
      "env": {}
    }
  }
}

Prompts to try

Example Claude Code prompts that leverage the team creation, task orchestration, and pipeline tools.

- "Create a web development team with a frontend dev, backend dev, and QA engineer"
- "Run a team briefing for the current sprint"
- "Create a task to implement user authentication and assign it to the backend agent"
- "Start the development pipeline for the new feature branch"
- "Hold a team debate on whether to use REST or GraphQL for the new API"
- "Search team memory for previous decisions about the database schema"

Troubleshooting AI Company Team OS

Plugin install fails or claude plugin command is not found

Ensure Claude Code is up to date and that the 'claude' CLI is on your PATH. Try the PyPI install path ('pip install ai-team-os && python -m aiteam.scripts.install') as an alternative if the plugin marketplace command is unavailable.

FastAPI backend does not start or health check returns connection refused

Run 'python -m aiteam.mcp_server' manually in a terminal to see startup errors. Ensure Python 3.11+ is active and all dependencies installed with 'pip install ai-team-os'. Check api_port.txt to see which port the server chose if 8000 is already in use.

MCP tools are not visible in Claude Code after install

Restart Claude Code after installation to reload the MCP server list. If tools are still missing, check ~/.claude/plugins/data/ for the ai-team-os plugin directory and verify the .mcp.json configuration file was created correctly by the install script.

Frequently Asked Questions about AI Company Team OS

What is AI Company Team OS?

AI Company Team OS is a Model Context Protocol (MCP) server that multi-agent team operating system for claude code. 108 mcp tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. persistent teams, structured meetings, task wall, real-time react dashboard. no langchain/autogen — pure cc native integr It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AI Company Team OS?

Follow the installation instructions on the AI Company Team OS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AI Company Team OS?

AI Company Team OS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AI Company Team OS free to use?

Yes, AI Company Team OS is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ai-company": { "command": "npx", "args": ["-y", "ai-company"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AI Company Team OS?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides