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.
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 |
Usage
FILE_PATH
is optional.
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.
An MCP server for task orchestration.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2795174TypeScriptMIT License
- -securityAlicense-qualityA server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.Last updated -722JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that assists with the orchestration of new software projects by applying standardized templates and best practices in design patterns and software architecture.Last updated -11PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.Last updated -35910TypeScriptMIT License