AgentHubAgentHub

task-graph-mcp

MCP ServerMCP Registry官方收录

io.github.Oortonaut/task-graph-mcp · v0.3.0

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

概览

task-graph-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Oortonaut/task-graph-mcp",
  "type": "mcp-server",
  "version": "0.3.0",
  "displayName": "task-graph-mcp",
  "description": "MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination",
  "repository": {
    "url": "https://github.com/Oortonaut/task-graph-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpb",
        "version": "0.3.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-apple-darwin.mcpb",
        "version": "0.3.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-aarch64-apple-darwin.mcpb",
        "version": "0.3.0",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-pc-windows-msvc.mcpb",
        "version": "0.3.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Oortonaut/task-graph-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Oortonaut%2Ftask-graph-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
task-graph-mcp — MCP Server 安装与配置 · AgentHub