Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Orchestrator MCP ServerAnalyze the request to migrate our database and show the execution plan"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Orchestrator MCP Server
Model Context Protocol (MCP) server for Claude Code Orchestrator Plugin.
Features
ALWAYS ON: Auto-activates like Serena MCP
Multi-Agent Orchestration: Coordinate up to 64 parallel agents
Intelligent Routing: Automatic expert agent selection
Cost Prediction: ML-based cost estimation
Hierarchical Execution: 3-level parallel task execution
Installation
The MCP server is automatically installed via Claude Code's MCP system.
Manual Installation
Or via uvx (recommended):
MCP Tools
orchestrator_analyze
Analyze a request and generate execution plan without executing.
Parameters:
request(string, required): The user request to analyzeshow_table(boolean, optional): Show execution plan table (default: true)
orchestrator_execute
Execute orchestration plan (generates plan for Task tool execution).
Parameters:
request(string, required): The user request to orchestrateparallel(number, optional): Max parallel agents 1-64 (default: 6)model(string, optional): Force specific model (auto/haiku/sonnet/opus)
orchestrator_status
Get status of an orchestration session.
Parameters:
session_id(string, optional): Session ID to check (empty for latest)
orchestrator_agents
List all available expert agents.
Parameters:
filter(string, optional): Filter by domain or keyword
orchestrator_list
List recent orchestration sessions.
Parameters:
limit(number, optional): Max sessions to return (default: 10)
orchestrator_preview
Preview orchestration with detailed task breakdown.
Parameters:
request(string, required): Request to preview
orchestrator_cancel
Cancel an active orchestration session.
Parameters:
session_id(string, required): Session ID to cancel
MCP Resources
orchestrator://sessions- All orchestration sessionsorchestrator://agents- Available expert agentsorchestrator://config- Server configuration
Architecture
License
MIT License - See LICENSE file for details.