remote-mcp-server-authless
0
The project provides an example of deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It allows customization of the server with various tools and integrates with both the Cloudflare AI Playground and local MCP clients.
Overview
- Deploy a remote MCP server without authentication using Cloudflare Workers.
- Customize the MCP server by defining tools in the
src/index.ts
file. - Connect to your MCP server via the Cloudflare AI Playground.
- Use local MCP clients via the
mcp-remote
proxy to connect to the MCP server.