Remote Authless
0
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
About
This tool simplifies the deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers, removing the complexity of authentication. This allows you to easily connect to the server from the Cloudflare AI Playground or local MCP clients using the mcp-remote proxy. You can customize the server by adding your own tools within the `init()` method of `src/index.ts` using `this.server.tool(...)`
Key Features
- Supports local MCP clients via mcp-remote proxy
- Customizable with user-defined tools
- 0 GitHub stars
- Easy deployment to Cloudflare Workers
- No authentication required
- Connects to Cloudflare AI Playground
Use Cases
- Integrating with Claude Desktop for enhanced functionality
- Building custom AI workflows using Cloudflare Workers
- Connecting to the Cloudflare AI Playground with custom tools