AgentHubAgentHub

orchestro

MCP ServerMCP Registry官方收录

io.github.khaoss85/orchestro · v2.1.0

Your AI Development Conductor - 60 MCP tools for intelligent task orchestration

概览

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

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "orchestro": {
      "command": "npx",
      "args": [
        "-y",
        "@khaoss85/orchestro"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.khaoss85/orchestro",
  "type": "mcp-server",
  "version": "2.1.0",
  "displayName": "orchestro",
  "description": "Your AI Development Conductor - 60 MCP tools for intelligent task orchestration",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@khaoss85/orchestro",
        "version": "2.1.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.khaoss85/orchestro",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.khaoss85%2Forchestro/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
orchestro — MCP Server 安装与配置 · AgentHub