daverage/remote-mcp-server-authless
3.2
If you are the rightful owner of remote-mcp-server-authless 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 guide for deploying an MCP server using Cloudflare Workers.
Tools
5
Resources
0
Prompts
0
MCP Server - Cloudflare Workers Deployment
This directory contains the built MCP server ready for deployment to Cloudflare Workers.
Files
index.js
- Main worker script (entry point)embedded-data.js
- Embedded RAG data (55219257 bytes)package.json
- Dependencies for deployment
Deployment
-
Install Wrangler CLI:
npm install -g wrangler
-
Login to Cloudflare:
wrangler login
-
Deploy the worker:
wrangler deploy
Environment Variables
Set these in your Cloudflare Workers dashboard or via wrangler:
SEARCH_API_KEY
- Google Custom Search API keyCUSTOM_SEARCH_ENGINE_ID
- Google Custom Search Engine ID
MCP Tools Available
search_rag_knowledge
- Search embedded RAG datasearch_internet
- General internet searchsearch_gamified_sites
- Search gamified.uk and marczewski.me.ukget_writing_style
- Get writing style guidelinesscrape_gamified_content
- Scrape content from allowed domains
Testing
Test the deployed worker:
curl https://your-worker.your-subdomain.workers.dev/
Built on: 2025-08-17T17:15:03.533Z