remote-mcp-server-authless-supabase
0
This project demonstrates how to set up a remote MCP server on Cloudflare Workers without authentication. It allows integration with Cloudflare AI Playground and connects to local clients like Claude Desktop using the mcp-remote proxy. Customization options are available through tool integration.
Overview
- Deploy a remote MCP server without authentication on Cloudflare Workers.
- Use the 'Deploy to Workers' button for deployment or the command line for local setup.
- Customize the MCP server by adding tools in the
init()
method. - Connect the server to Cloudflare AI Playground for remote access.
- Link Claude Desktop to the MCP server using mcp-remote proxy for local access.