Remote Authless
0
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
Acerca de
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(...)`
Características Principales
- 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
Casos de Uso
- Integrating with Claude Desktop for enhanced functionality
- Building custom AI workflows using Cloudflare Workers
- Connecting to the Cloudflare AI Playground with custom tools