patpil-cloudflare-mcp/mixpost-ai-search-mcp
3.2
If you are the rightful owner of mixpost-ai-search-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a comprehensive overview of a model context protocol server using Cloudflare Workers Builds for deployment.
GitHub Integration
This MCP server uses Cloudflare Workers Builds for deployment.
Why No Workflows Folder?
Workers Builds is Cloudflare's native CI/CD solution that:
- ✅ Requires zero configuration files
- ✅ Requires no GitHub secrets
- ✅ Auto-deploys on every push to
main - ✅ Provides automatic PR preview deployments
- ✅ Posts build status as GitHub check runs
How to Set Up Workers Builds
Quick Setup:
- Deploy worker once:
wrangler deploy - Open Cloudflare Dashboard → Workers & Pages → Your Worker
- Go to Settings → Builds → Connect
- Select your GitHub repository
- Configure:
- Production Branch:
main - Deploy Command:
npx wrangler deploy
- Production Branch:
Done! Now every push to main automatically deploys.
Current Servers
Check /deployed-servers.md to see which servers are connected to Workers Builds.