remote-mcp-server-authless-7
0
This project demonstrates how to deploy and customize a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication. It provides tools and instructions for connecting to the server from various clients, enhancing flexibility and integration capabilities.
Building a Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers without authentication.
- Get started by deploying using the provided button or command line.
- Customize your MCP server by defining your tools inside the
init()
method. - Connect to your MCP server from the Cloudflare AI Playground or from local MCP clients using the
mcp-remote
proxy.