Cloudflare Remote
byxixuer
0Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, enabling seamless integration with AI clients and custom tools.
关于
Build and deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. This solution allows developers to quickly set up an MCP endpoint, define and integrate their own custom tools, and connect them to various MCP clients, including the Cloudflare AI Playground and local applications like Claude Desktop. It provides a straightforward path for extending AI models with custom server-side functionalities.
主要功能
- 0 GitHub stars
- Compatibility with local MCP clients using `mcp-remote` proxy
- Direct integration with Cloudflare AI Playground
- Effortless deployment on Cloudflare Workers
- Unauthenticated access for rapid development and testing
- Customizable with user-defined tools via `this.server.tool()`
使用案例
- Quickly prototype and test new AI tools and agents in a cloud environment
- Expand the capabilities of AI models in the Cloudflare AI Playground with custom server-side functionalities
- Connect local AI clients like Claude Desktop to remote, custom-built tools deployed on Cloudflare