Remote Flodesk2
0
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
关于
This tool provides a streamlined method for deploying a remote MCP server on Cloudflare Workers, eliminating the need for authentication. It allows users to easily connect to the server from platforms like the Cloudflare AI Playground or local MCP clients using the mcp-remote proxy. The server can be customized by adding your own tools within the `init()` method, making it a flexible solution for various applications.
主要功能
- Supports local MCP client connections via mcp-remote
- Customizable with user-defined tools
- Easy deployment to Cloudflare Workers
- 0 GitHub stars
- Authentication-free access
- Connects to Cloudflare AI Playground
使用案例
- Creating a remote tool execution environment
- Integrating with local MCP clients like Claude Desktop
- Connecting custom tools to the Cloudflare AI Playground