mixpost-ai-search-mcp

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:

  1. Deploy worker once: wrangler deploy
  2. Open Cloudflare Dashboard → Workers & Pages → Your Worker
  3. Go to SettingsBuildsConnect
  4. Select your GitHub repository
  5. Configure:
    • Production Branch: main
    • Deploy Command: npx wrangler deploy

Done! Now every push to main automatically deploys.

Current Servers

Check /deployed-servers.md to see which servers are connected to Workers Builds.