
MCP Orchestrator
Supports UIby ask149
Spawn parallel Copilot and Claude sub-agents with multi-CLI backend support and context passing.
What it does
MCP Orchestrator is a cross-platform MCP server that turns a single AI agent into a team by spawning multiple parallel sub-agents. It supports both GitHub Copilot CLI and Claude Code CLI, allowing for simultaneous task execution and sophisticated context passing between the main agent and its sub-agents.
Tools
- spawn_subagents: Spawns multiple parallel agents to handle different parts of a complex task simultaneously.
- check_health: Verifies the availability and health of the configured CLI backends (Copilot/Claude).
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"orchestrator": {
"command": "node",
"args": ["/path/to/orchestrator/dist/index.js"],
"env": {
"ORCHESTRATOR_WORKSPACE": "/your/workspace/path"
}
}
}
}
Supported hosts
- claude
- vscode-copilot
Quick install
npm install -g @ask149/mcp-orchestratorInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






