A curated list of awesome projects (AI agents/MCPs etc) using the Cloudflare Agents SDK
The Cloudflare Agents SDK enables developers to build powerful, distributed AI agents that run on Cloudflare's global network. This repository is a curated collection of AI agent projects and tools that showcase the capabilities and potential of building with the SDK.
- Slack Agent - An AI agent for Slack integration and automation
To explore or run any of these projects:
-
Clone this repository:
git clone https://github.com/cloudflare/awesome-agents.git cd awesome-agents -
Navigate to the specific project directory:
cd agents/[project-name] -
Follow the project-specific README for setup instructions
We welcome contributions! If you've built an awesome project with the Cloudflare Agents SDK, we'd love to feature it here.
- Fork this repository
- Create a new directory under
agents/for your project - Include a comprehensive README with:
- Project description
- Features
- Setup instructions
- Usage examples
- Screenshots/demos (if applicable)
- Ensure your code is well-documented and follows best practices
- Submit a pull request with a clear description of your project
Projects should:
- Be functional and well-tested
- Include clear documentation
- Follow TypeScript/JavaScript best practices
This repository is licensed under the MIT License - see individual project directories for specific project licenses.