remote-mcp-server-authless
0
This project demonstrates how to deploy a remote MCP server without authentication on Cloudflare Workers. It allows for easy integration with Cloudflare AI Playground and local MCP clients, enhancing tool customization and connectivity.
Building a Remote MCP Server on Cloudflare
This project provides an example of deploying a remote MCP server without authentication using Cloudflare Workers.
- Get Started: Deploy the server using Cloudflare Workers or locally with npm.
- Customization: Add custom tools using the
init()
method. - Connections:
- Connect the MCP server to Cloudflare AI Playground.
- Connect to local MCP clients using
mcp-remote proxy
.