My Server icon

My Server

Deploy a remote Model Context Protocol server without authentication on Cloudflare Workers.

关于

This solution enables the quick deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers, designed for unauthenticated access. It serves as an accessible endpoint for integrating custom AI tools and connecting to various MCP clients, including the Cloudflare AI Playground and local applications like Claude Desktop via a proxy. Developers can easily extend its functionality by defining their own tools within the server's `init()` method.

主要功能

  • Compatibility with local MCP clients via mcp-remote proxy
  • 0 GitHub stars
  • Remote deployment on Cloudflare Workers
  • Seamless integration with Cloudflare AI Playground
  • Customizable with user-defined tools
  • No authentication required for access

使用案例

  • Developing and testing custom AI tools in a remote environment
  • Integrating bespoke tools with the Cloudflare AI Playground
  • Extending the capabilities of local Model Context Protocol clients
Advertisement

Advertisement