MCP Orchestrator Server
The MCP Orchestrator Server is a task management system that enables coordination and execution of tasks across multiple AI instances with the following capabilities:
Create Tasks: Define new tasks with unique IDs, descriptions, and optional dependencies
Update Tasks: Modify pending tasks' descriptions or dependencies
Delete Tasks: Remove tasks that have no dependents
Get Next Task: Retrieve the next available task for an instance to work on
Complete Tasks: Mark tasks as completed with results
Track Status: Monitor all tasks' statuses and get detailed information about specific tasks
Manage Dependencies: Enforce proper task execution order and detect circular dependencies
Coordinate: Orchestrate work across multiple AI instances
Store Persistently: Maintain reliable task information storage
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., "@MCP Orchestrator Servercreate a task to update the database schema with dependencies on backup and testing"
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.
MCP Orchestrator Server
The MCP Orchestrator Server provides task management and coordination capabilities across MCP enabled LLM instances like Claude Desktop or Cline. In simpler terms it allows for AI agents to create, share and execute tasks across instances
Features
Version 1.1.0
Task Updates: Modify pending tasks
Safe Deletion: Delete tasks with dependency checks
Cycle Detection: Prevent dependency cycles
Tool Listing: Comprehensive tool documentation
Enhanced State Management: Improved task state transitions
Core Features
Task creation with dependencies
Multi-instance coordination
Persistent task storage
Dependency enforcement
Task status tracking
Related MCP server: task-orchestrator-mcp
Installation
Installing via Smithery
To install Orchestrator Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install orchestrator-server --client claudeManual Installation
npm install
npm run buildUsage
Create a Task
await create_task({
id: 'setup',
description: 'Initial setup'
});Get Next Task
const task = await get_next_task({
instance_id: 'worker-1'
});Complete Task
await complete_task({
task_id: 'setup',
instance_id: 'worker-1',
result: 'System initialized'
});Documentation
Roadmap
Version 1.2.0
Task priorities
Timeouts
Instance management
Version 1.3.0
Task groups
Analytics
Dashboard
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA task management server that helps AI assistants break down user requests into manageable tasks and track their completion with user approval steps.Last updated2414428MIT
- AlicenseAqualityCmaintenanceAn MCP server for task orchestration.Last updated7422MIT
- Alicense-qualityFmaintenanceA robust task scheduler server for scheduling and managing various types of automated tasks including shell commands, API calls, AI tasks, and reminders.Last updated58MIT
- AlicenseBqualityBmaintenanceTask Orchestrator MCP is a task orchestration server that helps AI agents execute complex workflows with proper dependency management. It enables structured task execution, automatic dependency resolution, retry logic, and persistent storage for tracking progress over time.Last updated2742MIT
Related MCP Connectors
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
Universal task protocol — manage projects, tasks, workers, QR codes, and reports.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mokafari/orchestrator-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server