MCP Orchestrator
Rank #22345pulsemcp/rupinder2-mcp-orchestrator
Multi-agent orchestration framework for coordinating AI agent workflows and task delegation.
MCP Orchestrator is a Model Context Protocol (MCP) server published by rupinder2. It ranks #22345 of 58,900 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Orchestrator is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Feb 26, 2026.
Ranks ahead of 36,555 of 58,900 servers on MCP Toplist.
Use MCP Orchestrator
Add MCP Orchestrator to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"rupinder2-mcp-orchestrator": {
"command": "uvx",
"args": [
"mcp-orchestrator"
],
"env": {
"STORAGE_BACKEND": "<your STORAGE_BACKEND>",
"REDIS_URL": "<your REDIS_URL>",
"SERVER_CONFIG_PATH": "<your SERVER_CONFIG_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rupinder2-mcp-orchestrator": {
"command": "uvx",
"args": [
"mcp-orchestrator"
],
"env": {
"ORCHESTRATOR_PORT": "<your ORCHESTRATOR_PORT>",
"STORAGE_BACKEND": "<your STORAGE_BACKEND>",
"REDIS_URL": "<your REDIS_URL>",
"SERVER_CONFIG_PATH": "<your SERVER_CONFIG_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
rupinder2
Other servers by rupinder2
View all rupinder2 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is MCP Orchestrator?
- Multi-agent orchestration framework for coordinating AI agent workflows and task delegation.
- Who maintains MCP Orchestrator?
- MCP Orchestrator is maintained by rupinder2, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is MCP Orchestrator an official MCP server?
- Yes — MCP Orchestrator is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Orchestrator have?
- MCP Toplist tracks 2 versions of MCP Orchestrator, most recently published on Feb 26, 2026.
- Where can I find the source code for MCP Orchestrator?
- The source code for MCP Orchestrator is hosted at github.com/rupinder2/mcp-orchestrator.