CrewAI MCP ServerServer

miudinho420
GitHub
AI CollaborationMulti-Agent SystemMCP

Loading subscription status...

💡 Description

Welcome to the Crewai Crew project, powered by crewAI. This template is designed to help you set up a multi-agent AI system with ease, leveraging the powerful and flexible framework provided by crewAI. Our goal is to enable your agents to collaborate effectively on complex tasks, maximizing their collective intelligence and capabilities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "CrewAI MCP Server": {
        "env": {
          "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
        },
        "args": [],
        "command": "start_mcp"
      }
    }
  ]
}

🛠️ Tools

CrewAI toolsWeb search functionalityData analysis capabilities

Features

  • Agent orchestration
  • Data analysis capabilities
  • Web search functionality

💬 Example Queries

  • Run a report on LLMs and create a 'report.md' file with the results.
  • Execute data analysis tasks using CrewAI agents.