Luxuzhou/agent-fleet
Orchestrate multiple AI CLIs as a team — Claude architects, Gemini designs, Codex codes. One command, all agents visible.
Platform-specific configuration:
{
"mcpServers": {
"agent-fleet": {
"command": "npx",
"args": [
"-y",
"agent-fleet"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <h1 align="center">agent-fleet</h1> <p align="center"> <strong>Orchestrate multiple AI CLIs as a team. One command, all agents visible.</strong> </p> <p align="center"> <a href="#quick-start">Quick Start</a> • <a href="#how-it-works">How It Works</a> • <a href="#architecture">Architecture</a> • <a href="#configuration">Configuration</a> • <a href="#contributing">Contributing</a> </p> </p>
---
agent-fleet is an MCP server that lets Claude Code orchestrate Gemini CLI and Codex CLI as team members — each running in its own terminal with full TUI visibility.
Claude acts as the architect and orchestrator. Gemini designs. Codex codes. You watch all three work simultaneously.
agent-fleet start
┌─────────────────────────────┬─────────────────────────────┐
│ Claude (Architect) │ Claude (Sub-agent) │
│ │ │
│ > Analyzing requirements │ > Waiting for delegation │
│ > fleet_delegate(gemini, │ │
│ "Design login page") │ │
│ │ │
├─────────────────────────────┼─────────────────────────────┤
│ Codex (Developer) │ Gemini (Designer) │
│ │ │
│ > Waiting for task... │ > fleet_poll() → got task! │
│ │ > Reading architecture... │
│ │ > Designing login page... │
│ │ │
└─────────────────────────────┴─────────────────────────────┘AI coding agents are powerful alone. Together, they're a team.
Loading reviews...