Sector
Deploys an authentication-free Model Context Protocol (MCP) server on Cloudflare Workers.
关于
Sector provides an example of a remote Model Context Protocol (MCP) server, designed for seamless deployment on Cloudflare Workers without requiring authentication. It allows developers to define and integrate their own custom tools into the MCP ecosystem. Once deployed, the server can connect to remote MCP clients like the Cloudflare AI Playground or local clients such as Claude Desktop (via the mcp-remote proxy), enabling AI agents to utilize the custom-defined functionalities directly.
主要功能
- Connects directly to Cloudflare AI Playground
- Compatible with local MCP clients like Claude Desktop via `mcp-remote` proxy
- 0 GitHub stars
- One-click deployment to Cloudflare Workers
- Authentication-free server access
- Customizable with user-defined tools via `this.server.tool()`
使用案例
- Integrating custom functionalities with the Cloudflare AI Playground for rapid testing
- Building and deploying custom AI agent tools on Cloudflare's edge network
- Providing custom tool access to local AI clients like Claude Desktop