Back to Home
PacoVu icon

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

Run Command
wrangler dev

Environment 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

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-19

Tags

MCP ServerCloudflare WorkersAI ToolsCalculatorAuthless