loading…
Search for a command to run...
loading…
A FastMCP server providing real-time weather, news retrieval, and local note management tools for autonomous CrewAI agents. It enables context-aware multi-agent
A FastMCP server providing real-time weather, news retrieval, and local note management tools for autonomous CrewAI agents. It enables context-aware multi-agent workflows with observability and high-speed inference integration.
A powerful demonstration of Model Context Protocol (MCP) integrated with CrewAI orchestrations, featuring full observability through AgentOps and high-speed inference via Groq.
This project bridges the gap between context-aware tools and autonomous agents. It provides a custom MCP server for real-time external data (Weather, News, Notes) while leveraging CrewAI to orchestrate multi-agent workflows.
FastMCP server exposing tools for real-time data retrieval.CrewAI agents specialized in Market Analysis and Research.Groq.AgentOps for tracing, cost management, and debugging.Ensure you have the following installed:
Clone the repository and sync dependencies:
git clone https://github.com/vad-007/MCP_Integration_crewai.git
cd MCP_Integration_crewai
uv sync
Create a .env file in the root directory:
AGENTOPS_API_KEY=your_agentops_key
GROQ_API_KEY=your_groq_key
SERPER_API_KEY=your_serper_key
WEATHER_API_KEY=your_weather_key
mcp dev main.py
python crewai_agentops_integration.py
python test_agentops.py
This project is fully instrumented. Every run generates a unique replay URL allowed you to:
Check your dashboard at: app.agentops.ai
├── main.py # FastMCP Server implementation
├── crewai_agentops_integration.py # Main CrewAI orchestration
├── test_agentops.py # Connectivity & Diagnostic tool
├── .env # Environment variables (private)
├── pyproject.toml # Project configuration
├── uv.lock # Dependency lockfile
└── docs/ # Troubleshooting & Optimization guides
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Developed with ❤️ for the AI Community.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-crewai-agentic-integration": {
"command": "npx",
"args": []
}
}
}