remote-mcp-server-authless
0
This project enables the deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers, allowing users to connect and customize tools without requiring authentication. It's designed to integrate seamlessly with Cloudflare AI services and related local applications like Claude Desktop.
Overview
- Project Name: Remote MCP Server on Cloudflare
- Deployment: Deploys a remote MCP server without authentication on Cloudflare Workers.
- Customization: Allows tool customization via
init()
method insrc/index.ts
. - Connection: Connect to the server via Cloudflare AI Playground and local clients with
mcp-remote
proxy. - Usage: Intended for connecting tools within the context of Cloudflare's ecosystem including Claude Desktop.