remote-mcp-server-authless
0
This project focuses on deploying a remote MCP server on Cloudflare without requiring authentication. It allows users to integrate and customize their own tools, and connect to various MCP clients for enhanced functionality.
Building a Remote MCP Server on Cloudflare
This project provides an example for deploying a remote Model Context Protocol (MCP) server without authentication using Cloudflare Workers.
Key Features:
- Deployment: Deploy your MCP server to a Cloudflare Workers URL.
- Customization: Add your tools to the MCP server via
init()
method insrc/index.ts
. - Integration: Connect the server with Cloudflare AI Playground for remote MCP client functionality, and use
mcp-remote
proxy to connect from local MCP clients like Claude Desktop.