PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversagent-orchestrationtask-orchestrator-mcp
返回「agent-orchestration」

task-orchestrator-mcp

modelscope·@108yen/task-orchestrator-mcp

agent-orchestration0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

task-orchestrator-mcp

NPM Version codecov MIT License

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:

Install with NPX in VS Code

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"]
    }
  }
}

相关 MCP Servers(来自「agent-orchestration」)

djyde

暂无描述。

@djyde/browser-mcp

Google ADK地图对话工具

一个流式聊天代理,集成了Google ADK、模型上下文协议和Google Maps工具,使用户能够通过对话界面与基于位置的服务进行交互。

@AtulanZaman/adk_mcp_gmap

imprvhub

暂无描述。

@imprvhub/mcp-browser-agent

mcp RSS聚合器

识别出“mcp-rss-aggregator”并非一句完整的句子或者常见的表达,它看起来更像一个技术术语或项目名称。如果按照字面翻译为中文则是“多渠道内容RSS聚合器”。请注意这是基于其可能含义的解释性翻译。

@imprvhub/mcp-rss-aggregator

misanthropic-ai

暂无描述。

@misanthropic-ai/playwrite-mcp

apw124

暂无描述。

@apw124/logseq-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/108yen-task-orchestrator-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

### VS Code Installation Instructions For quick installation, use one of the one-click installation buttons below: [![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=task-orchestrator-mcp&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22task-orchestrator-mcp%22%5D%7D) 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.

基本信息

分类
agent-orchestration / app-automation
运行方式
No
许可证
MIT License
详情文件
108yen-task-orchestrator-mcp.md