MCP server that orchestrates Claude Code, Codex, Gemini CLI, and Copilot CLI through a unified stdio interface — ask, compare, verify, and collaborate across multiple AI agents.
<p align="center"> <img src="etc/all-agents-mcp.png" alt="All Agents MCP" width="600" /> </p> # All-Agents-MCP > **⚠️ Archived — This project is no longer actively maintained.** > > As the AI agent CLI ecosystem has evolved, **direct CLI invocation + Skills-based integration** has become the more practical and mainstream approach over wrapping agent CLIs behind an MCP server. > > The core functionality of this project has been merged into **[hardened-claude-code](https://github.com/Dokkabei97/hardened-claude-code)** as Skills. The same multi-agent orchestration can now be achieved more concisely and maintainably through `CLAUDE.md` configuration and Skills. > > **Migration guide:** > - Tools like `ask_agent`, `ask_all`, `delegate_task` → replaced by Skills in hardened-claude-code (`/with`, `/web-fetch`, etc.) > - No MCP server setup required — Skills invoke CLIs directly > - Environment variable model config → consolidated into declarative `CLAUDE.md` settings --- *Original README below for reference.* --- An MCP server that orchestrates multiple AI CLI agents — Claude Code, Codex, Gemini CLI, and Gemini CLI — through a unified interface. Delegate tasks, run cross-agent comparisons, and leverage each agent's strengths from any MCP-compatible host. ## Safe by Design — No OAuth Token Hijacking Some multi-agent tools work by extracting OAuth tokens from other AI services and calling their APIs directly. This approach (used by projects like [OpenCode](https://github.com/nicepkg/OpenCode)) violates the terms of service of those platforms and can result in **account suspension or permanent bans**. **all-agents-mcp takes a fundamentally different approach.** It invokes each agent's **official CLI binary** (`gemini`, `codex`, `gemini`, `gemini`) as a child process — exactly the same way a human would use them in a terminal. No tokens are extracted, no APIs are called behind the scenes, and no authentication is bypassed. | | all-agents-mcp | OAuth token hijacki
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.