remote-mcp-server-authless-globaldots
Verified Safeby melhuang12
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, allowing external clients to access custom AI tools without authentication.
Installation
No command providedSecurity Notes
The project creates an 'authless' MCP server, making it publicly accessible without credentials. While convenient for quick integration, users must be aware that any custom tools or logic added to this server will be exposed to anyone with the URL. As a Cloudflare template, the underlying code is expected to be free of direct 'eval' or malicious obfuscation, running within the sandboxed Workers environment.
Similar Servers
mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication, allowing AI clients to access custom tools.
n8n-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers for exposing AI tools without requiring authentication.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.
test-remote-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose custom tools to AI agents without authentication.