remote-mcp-server-authless
by PacoVu
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
Installation
wrangler devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be 'authless' as per the README, meaning it lacks any form of authentication. This allows anyone with the server URL to invoke the exposed calculator tools, making it inherently insecure for any sensitive operations or environments requiring access control. No obvious code injection vulnerabilities (e.g., 'eval') or hardcoded secrets were found in the provided source code, but the absence of authentication is a critical design choice for this demo that introduces significant security risk for production use.
Similar Servers
mcp-remote-server-cloudflare
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose simple calculator and random number generation tools without requiring authentication.
remote-mcp-server-authless
Deploying an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers for AI tool integration and demonstration.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server designed for Cloudflare Workers to expose AI agent tools, primarily demonstrating a calculator without requiring authentication for easy integration with MCP clients.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.