Remote Authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication.
Acerca de
Enables the deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers, allowing users to connect to the server from the Cloudflare AI Playground or local MCP clients like Claude Desktop. The server is designed to be deployed without authentication, simplifying the setup process. Users can customize the server by adding their own tools using the provided API within the `init()` method.
Características Principales
- Connects to Cloudflare AI Playground
- Authentication-free setup
- Supports connections from local MCP clients via mcp-remote proxy
- Customizable with user-defined tools
- Deployable on Cloudflare Workers
- 0 GitHub stars
Casos de Uso
- Connecting Claude Desktop to a remote MCP server
- Using custom tools in the Cloudflare AI Playground
- Creating a remotely accessible MCP server without authentication complexities