Skip to main content
Glama

task-orchestrator-mcp

by 108yen

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 NameDescription
createTaskCreate a new task
getTasksRetrieve all tasks
getTaskRetrieve a task by specified ID
updateTaskUpdate a task by specified ID
deleteTaskDelete a task by specified ID
startTaskStart a task (change status to 'in_progress')
completeTaskComplete a task and find the next task to execute

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"] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

An MCP server for task orchestration.

  1. Features
    1. Usage
      1. VS Code Installation Instructions

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server to run commands.
      Last updated -
      2
      795
      174
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.
      Last updated -
      7
      22
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      An 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 -
      11
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      An MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.
      Last updated -
      35
      9
      10
      TypeScript
      MIT License
      • Apple

    View all related MCP servers

    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