Back to Home
McSheaD icon

remote-mcp-server-authless

Verified Safe

by McSheaD

Overview

Deploying an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing simple calculator tools to AI clients.

Installation

Run Command
wrangler dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be 'authless', making its tools publicly accessible without authentication. This is a deployment consideration, not a code vulnerability, as the exposed tools (basic calculator operations) are low risk. Linter settings are relaxed (`noDebugger: 'off'`, `noExplicitAny: 'off'`) but do not introduce immediate critical vulnerabilities in this context. No evident direct code injection or `eval` usage from user input.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-24

Tags

Cloudflare WorkersMCPAI ToolsCalculatorServer-Sent Events