task-orchestrator-mcp
Displays code coverage metrics for the project, helping to monitor test coverage quality.
Displays license information from the GitHub repository.
Shows the package version from npm registry and provides installation capabilities using npx.
Provides visual status badges for displaying package version, code coverage, and license information.
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., "@task-orchestrator-mcpcreate a new task to review the quarterly report by Friday"
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.
task-orchestrator-mcp
task-orchestrator-mcp is an MCP (Model Context Protocol) server that provides a set of tools for managing tasks. It enables agents to perform CRUD operations on tasks and manage their progress.
Features
The main tools provided by task-orchestrator-mcp are as follows:
Tool Name | Description |
createTask | Create a new task |
getTasks | Retrieve all tasks |
getTask | Retrieve a task by specified ID |
updateTask | Update a task by specified ID |
deleteTask | Delete a task by specified ID |
startTask | Start a task (change status to 'in_progress') |
completeTask | Complete a task and find the next task to execute |
Related MCP server: openclaw-task-mcp
Usage
FILE_PATH is optional.
{
"mcpServers": {
"task-orchestrator-mcp": {
"command": "npx",
"args": ["-y", "task-orchestrator-mcp"],
"env": {
"FILE_PATH": "path/to/json_file.json"
}
}
}
}VS Code Installation Instructions
For quick installation, use one of the one-click installation buttons below:
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open Settings (JSON).
Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.
{
"servers": {
"task-orchestrator-mcp": {
"command": "npx",
"args": ["-y", "task-orchestrator-mcp"]
}
}
}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
- AlicenseAqualityDmaintenanceThis MCP server enables agents to manage complex tasks by providing tools for registration, complexity assessment, breakdown into subtasks, and status tracking throughout the task lifecycle.Last updated52144MIT
- Flicense-qualityDmaintenanceMCP server for OpenClaw task lifecycle management, enabling starting, listing, and checking status of tasks via a Gateway API.Last updated
- 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
- Alicense-qualityAmaintenanceMCP server for scheduling tasks with cron-like recurring jobs, one-time tasks, priority queues, retry logic, and job dependencies.Last updatedMIT
Related MCP Connectors
An MCP server for deep research or task groups
MCP server for Appcircle mobile CI/CD platform.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Appeared in Searches
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/108yen/task-orchestrator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server