Your AI Development Conductor - Intelligent task management for Claude Code
Your AI Development Conductor - Intelligent task management for Claude Code. The mcp orchestro mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Transform product ideas into reality with an intelligent orchestration system that bridges Product Managers, Developers, and AI. Orchestro conducts the entire development symphony: task decomposition, dependency tracking, pattern learning, and real-time progress visualization.
Everything the assistant can do here goes through one of these:
get_project_info — Project metadata and statusget_project_configuration — Complete project configurationinitialize_project_configuration — Setup default tools and guardianscreate_task — Create with assignee, priority, tags, categorylist_tasks — Filter by status/category/tagsupdate_task — Modify any field with validationdelete_task — Safe deletion with dependency checksget_task_context — Full context with dependencies (deprecated, use prepare_task_for_execution)get_execution_order — Topological sort by dependenciessafe_delete_tasks_by_status — Bulk delete with safety checksprepare_task_for_execution — Generate codebase analysis promptsave_task_analysis — Store analysis resultsYou will need 4 environment variables: DATABASE_URL, SUPABASE_URL, SUPABASE_SERVICE_KEY, ANTHROPIC_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on npm as @khaoss85/orchestro, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Orchestro's toolset — get_project_info, get_project_configuration, initialize_project_configuration and 11 more — is a fair guide to whether it matches your workflow. It is maintained by khaoss85; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Orchestro's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_project_info | Project metadata and status |
| get_project_configuration | Complete project configuration |
| initialize_project_configuration | Setup default tools and guardians |
| create_task | Create with assignee, priority, tags, category |
| list_tasks | Filter by status/category/tags |
| update_task | Modify any field with validation |
| delete_task | Safe deletion with dependency checks |
| get_task_context | Full context with dependencies (deprecated, use prepare_task_for_execution) |
| get_execution_order | Topological sort by dependencies |
| safe_delete_tasks_by_status | Bulk delete with safety checks |
| prepare_task_for_execution | Generate codebase analysis prompt |
| save_task_analysis | Store analysis results |
| get_execution_prompt | Enriched implementation context |
| decompose_story | AI-powered story → tasks decomposition with automatic analysis (autoAnalyze=true default) |
**Or add to Claude Code config**:
```json
{
"mcpServers": {
"orchestro": {
"command": "npx",
"args": ["-y", "@khaoss85/orchestro@latest"],
"env": {
"DATABASE_URL": "your-supabase-connection-string"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
| SUPABASE_URL | Endpoint or connection string the server talks to. | Yes |
| SUPABASE_SERVICE_KEY | Credential the server authenticates with. | Yes |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.