MCP Directory

khaoss85/mcp-orchestro

GitHub
Other

Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-orchestro

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from khaoss85/mcp-orchestro your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-orchestro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-orchestro"
      ]
    }
  }
}

Route khaoss85/mcp-orchestro intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-orchestro

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use khaoss85/mcp-orchestro directly without routing

npx -y mcp-orchestro

New to Agent-CoreX? View setup guide →

khaoss85/mcp-orchestro MCP Server — Agent-CoreX