Orchestrate multiple Claude Code agents in parallel from chat
ClaudeArmy is an MCP server that orchestrates multiple Claude Code agents in parallel from chat, enabling autonomous background coding processes across projects.
🛠️ Key Features
Orchestrates multiple Claude Code agents in parallel
Background processes operate autonomously on coding tasks
Centralized MCP server for Claude-based automation
🚀 Use Cases
Parallel coding tasks managed from chat interfaces
Coordinated sequencing of Claude Code agents across projects
Automated coding assistance with agent orchestration
⚡ Developer Benefits
Clear separation between chat directives and agent execution
Scalable orchestration of multiple agents within a single server
Lightweight MCP server structure suitable for Node.js environments
⚠️ Limitations
Details on error handling and monitoring are not provided in the excerpt
Potential constraints on agent concurrency and task scope are not specified
An MCP server that lets Claude orchestrate multiple Claude Code agents working autonomously across different projects.
ClaudeArmy Demo
What It Does
ClaudeArmy gives Claude (in the chat interface) the ability to spawn background Claude Code processes that work independently on coding tasks. Think of it as a chain of command:
You → give strategic direction
Claude (chat) → breaks it down and dispatches agents
Claude Code agents → execute autonomously, spawning their own sub-agents as needed
This means you can kick off work across multiple projects simultaneously, keep chatting normally, and check in on progress whenever you want.
Tools
Tool
Description
dispatch_task
Deploy a Claude Code agent to a project directory. Supports mode: "team" for multi-agent coordination
check_tasks
Monitor status of all running/completed agents
get_task_output
Retrieve what an agent did and its full output
get_agent_team
Detailed view of a lead agent and all its sub-agents