ssolis-ti

๐Ÿš€ CrewAI MCP Orchestrator

Community ssolis-ti
Updated

CrewAI MCP HeadQuarter Deploy your crew with the support of your favorite AI Agent.

๐Ÿš€ CrewAI MCP Orchestrator

The CrewAI MCP Orchestrator is a highly capable Model Context Protocol (MCP) server that transforms any compatible LLM or AI Assistant into a master orchestrator of the CrewAI framework.

This server provides 13 dynamic tools, integrated RAG documentation search (ChromaDB), and programmatic control over CrewAI projects, enabling LLMs to dynamically generate, edit, test, and execute multi-agent systems.

๐ŸŒŸ Key Features

  1. Integrated Knowledge Base (RAG): Automatically chunks and indexes CrewAI Markdown documentation so the AI can read guides and concepts via crewai_query_knowledge.
  2. Project Scaffolding: Create native CrewAI projects and flows isolated in a /workspace directory.
  3. YAML Lifecycle Management: Define agents, tasks, and flows directly using Python and Pydantic without breaking the CLI structures.
  4. Observability & Debugging: Automatically run tests, train models, and replay failed tasks.
  5. Multi-Transport Support: Works locally via stdio for IDEs or via SSE/HTTP using the included Docker configuration.

๐Ÿ› ๏ธ Installation & Setup

We recommend using uv for lightning-fast dependency management.

# 1. Clone the repository
git clone https://github.com/tu-usuario/cwai-mcp.git
cd cwai-mcp

# 2. Sync and install dependencies (creates isolated .venv)
uv sync

# 3. Add documentation (Optional but recommended)
# Place CrewAI markdown files inside the /docs folder to be automatically indexed.

๐Ÿ”Œ IDE & Client Integration (MCP)

To connect your favorite AI IDE or Assistant to this server, you need to configure an MCP connection over stdio. Since the server uses uv and its own virtual environment, it's highly recommended to point directly to the .venv Python executable for speed and clean stdout streams.

๐ŸŒŒ Antigravity

Open your mcp_config.json (usually located in .gemini/config/mcp_config.json) and add:

{
  "mcpServers": {
    "crewai-orchestrator": {
      "command": "C:\\Ruta\\Absoluta\\cwai-mcp\\.venv\\Scripts\\python.exe",
      "args": ["-X", "utf8", "-m", "crewai_mcp.server"],
      "cwd": "C:/Ruta/Absoluta/cwai-mcp",
      "env": {
        "CREWAI_MCP_TRANSPORT": "stdio",
        "PYTHONUTF8": "1"
      }
    }
  }
}

๐Ÿค– Claude Desktop / Claude Code

Open your Claude Desktop config file (Windows: %APPDATA%\Claude\claude_desktop_config.json, Mac: ~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "crewai-orchestrator": {
      "command": "/absolute/path/to/cwai-mcp/.venv/bin/python",
      "args": ["-m", "crewai_mcp.server"],
      "cwd": "/absolute/path/to/cwai-mcp",
      "env": {
        "CREWAI_MCP_TRANSPORT": "stdio"
      }
    }
  }
}

๐Ÿ’ป Roo Code / Cline (VS Code)

Open your MCP settings from the extension UI or edit cline_mcp_settings.json:

{
  "mcpServers": {
    "crewai-orchestrator": {
      "command": "C:\\Ruta\\Absoluta\\cwai-mcp\\.venv\\Scripts\\python.exe",
      "args": ["-X", "utf8", "-m", "crewai_mcp.server"],
      "cwd": "C:/Ruta/Absoluta/cwai-mcp",
      "env": {
        "CREWAI_MCP_TRANSPORT": "stdio",
        "PYTHONUTF8": "1"
      }
    }
  }
}

๐Ÿพ OpenClaw / Generic Stdio

For OpenClaw or any other generic MCP client, simply configure a local process executing:

  • Command: /absolute/path/to/.venv/bin/python (or python.exe on Windows)
  • Args: ["-m", "crewai_mcp.server"]
  • Env: CREWAI_MCP_TRANSPORT=stdio

๐Ÿณ Docker Deployment (SSE)

If you wish to deploy the MCP orchestrator as a standalone microservice (e.g., inside a Docker Triad architecture), it supports Server-Sent Events (SSE).

# Build and run using Docker Compose
docker-compose up --build -d

The server will be available at http://localhost:8000/sse.

๐Ÿงฐ Available Tools

Domain Tools
Project Management crewai_create_project, crewai_install_deps, crewai_project_info
Agent Lifecycle crewai_define_agent, crewai_define_task, crewai_kickoff
Flow Orchestration crewai_flow_plot, crewai_flow_run
Knowledge/Memory crewai_query_knowledge, crewai_manage_memory
Observability crewai_test_crew, crewai_train_crew, crewai_replay_task

๐Ÿ“ License

MIT License. Created to supercharge AI-driven multi-agent orchestration.

MCP Server ยท Populars

MCP Server ยท New

    Cassette-Editor

    Oh My Cassette: Chat Your Raw Clips Into a Finished Cut

    ไฝ ็š„้š่บซ AI ๅ‰ช่พ‘ๆญๆกฃ | Pocket AI co-editor for video montage โ€” AI video editing plugin & MCP server for Claude Code, Codex, Hermes & OpenCode

    Community Cassette-Editor
    trendsmcp-ai

    Trends MCP

    MCP server for live trend data. Query Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News sentiment, Web Traffic, App Downloads, Steam, npm and more. Works with Claude, Cursor, VS Code, GitHub Copilot, ChatGPT, Windsurf, Cline, Raycast and any MCP-compatible.

    Community trendsmcp-ai
    jacob-bd

    Gemini Notebook (formerly Google NotebookLM) CLI & MCP Server

    Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.

    Community jacob-bd
    PxyUp

    Fitter โ€” web data for AI agents

    New way for collect information from the API's/Websites

    Community PxyUp
    kayhendriksen

    foehn

    Download MeteoSwiss Open Government Data โ€” weather stations, radar, hail, forecasts and climate series โ€” via Python API, CLI, or MCP server, as DataFrames, Parquet, xarray Datasets or Zarr stores

    Community kayhendriksen