Skip to content
Cursor

orchestro for Cursor

io.github.khaoss85/orchestro

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

client:Cursor transport:stdio runtime:npm

Install orchestro in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

orchestro in other clients