Task orchestrator

Task orchestrator

Model Context Protocol (MCP) server for comprehensive task and feature management, providing AI assistants with a structured, context-efficient way to interact with project data.

42 Tools

Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
create_projectImplement the CreateProjectTool MCP tool for creating new projects. Define parameter schema and validation for all required and optional fields (name, summary, status, tags). Implement tool execution logic to create and persist project entities. This tool creates a new Project entity in the MCP Task Orchestrator system. Projects are top-level organizational containers that can group related features and tasks together. Each project requires a name and summary, and can optionally include status information and tags for categorization. Projects provide a higher level of organization above features, allowing you to manage work across multiple features and their related tasks. Example successful response: { "success": true, "message": "Project created successfully", "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Mobile App Redesign", "summary": "Complete redesign of the mobile application with improved UI/UX", "status": "planning", "createdAt": "2025-05-10T14:30:00Z", "modifiedAt": "2025-05-10T14:30:00Z", "tags": ["mobile", "ui", "2025-roadmap"] }, "error": null, "metadata": { "timestamp": "2025-05-10T14:30:00Z" } } Common error responses: - VALIDATION_ERROR: When provided parameters fail validation - DATABASE_ERROR: When there's an issue storing the project - INTERNAL_ERROR: For unexpected system errors

Manual installation

You can install the MCP server using:

Installation for

Related servers