We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crewAIInc/crewAI-examples'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•1.43 KiB
# CrewAI Integrations Examples
This directory contains examples demonstrating how to integrate CrewAI with other frameworks, platforms, and model providers.
## Examples in this Directory
### 1. CrewAI-LangGraph
Integration between CrewAI and LangGraph for advanced workflow orchestration:
- Combines CrewAI's agent capabilities with LangGraph's graph-based execution
- Demonstrates state management across frameworks
- Shows how to leverage both tools' strengths
### 2. Azure Model
Using CrewAI with Azure OpenAI services:
- Configuration for Azure-hosted models
- Authentication setup
- Enterprise deployment patterns
### 3. NVIDIA Models
Integration with NVIDIA's AI model ecosystem:
- Using NVIDIA-hosted models
- Performance optimization examples
- Multiple example implementations (intro, marketing strategy)
## Integration Patterns
These examples demonstrate:
- **Model Provider Flexibility**: Using different LLM providers
- **Framework Interoperability**: Combining CrewAI with other AI frameworks
- **Enterprise Deployments**: Cloud-specific configurations
- **Custom Model Endpoints**: Working with specialized model services
## Getting Started
Each integration example includes specific setup instructions for:
- API key configuration
- Authentication requirements
- Dependencies and environment setup
- Platform-specific considerations
Choose an integration based on your infrastructure needs and follow the example-specific documentation.