Remote Authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, enabling remote tool execution for AI clients.
소개
This project provides an example for deploying a remote Model Context Protocol (MCP) server without requiring authentication directly on Cloudflare Workers. It offers a straightforward way to create and host your own AI tools, making them accessible to various MCP clients. Users can customize the server by defining new tools and easily connect it to remote MCP clients like the Cloudflare AI Playground, or local clients such as Claude Desktop via a proxy, expanding the capabilities of their AI interactions.
주요 기능
- Connects with Cloudflare AI Playground
- 0 GitHub stars
- Customizable with user-defined Model Context Protocol tools
- Compatible with local MCP clients via mcp-remote proxy
- No authentication required for server access
- Deployable on Cloudflare Workers
사용 사례
- Deploying a public or testing MCP server without access restrictions
- Extending Cloudflare AI Playground with custom AI tools
- Integrating remote AI capabilities with local MCP clients like Claude Desktop