Back to Home
whobcode icon

remote-mcp-server-authless

Verified Safe

by whobcode

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing simple calculator tools without requiring authentication for public access.

Installation

Run Command
npm start

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be 'authless' as per its name and README, meaning anyone can publicly access and invoke its calculator tools. While the current implementation uses Zod for input validation for simple arithmetic operations, mitigating immediate code injection risks for these specific tools, deploying an authless server with more powerful or sensitive tools would be a significant security vulnerability. No 'eval' or obvious malicious patterns were found in the provided source code. The architecture leverages Cloudflare Durable Objects for the MCP agent, which provides a secure runtime environment.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2025-11-23

Tags

Cloudflare WorkersMCPAI ToolsCalculatorServer