Remote Server
0
Deploys an authentication-less remote Model Context Protocol (MCP) server on Cloudflare Workers.
Acerca de
This project provides a deployable example of a remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers without requiring authentication. It allows developers to define and integrate their own custom tools, extending the capabilities of AI models. The server can seamlessly connect to remote MCP clients like the Cloudflare AI Playground or local clients such as Claude Desktop via the `mcp-remote` proxy, enabling direct interaction with custom-defined tools.
Características Principales
- Deployable on Cloudflare Workers
- Connects to Cloudflare AI Playground
- Custom tool integration via `init()` method
- Authentication-less operation
- Connects to local MCP clients (e.g., Claude Desktop via mcp-remote proxy)
- 0 GitHub stars
Casos de Uso
- Building custom AI agent tools and functionalities
- Integrating bespoke services with AI clients for enhanced model capabilities
- Extending AI models with external tools like calculators or data fetching services