Orchestrate multiple Claude Code agents in parallel from chat
ClaudeArmy MCP Server (io.github.robbhimself-1337/claude-army)
ClaudeArmy is an MCP server that enables Claude (in a chat interface) to orchestrate multiple Claude Code agents in parallel. It spawns background Claude Code processes that work independently on coding tasks across different projects, with the user providing strategic direction to Claude (chat).
🛠️ Key Features
Orchestrates multiple Claude Code agents in parallel
Spawns background Claude Code processes
Works across different projects
Version 0.4.1; License: MIT; Node: 18+
🚀 Use Cases
Running multiple coding tasks simultaneously across projects
Coordinating autonomous agent work started from chat
⚡ Developer Benefits
Parallel agent execution from a single MCP server entry point
“Chain of command” workflow: you → Claude (chat) → background agents
⚠️ Limitations
Description only indicates orchestration/spawning of autonomous coding agents; specific tools, configuration, or tool behavior are not provided.
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