Back to Home
muskke icon

remote-mcp-server-authless

by muskke

Overview

A remote Model Context Protocol (MCP) server providing basic calculator functionality on Cloudflare Workers, designed to be authentication-less for demonstration or private network usage.

Installation

Run Command
npm run dev

Security Notes

The server is explicitly designed to operate 'authless' (without authentication), as clearly stated in its name and README. This means that if deployed publicly without additional, custom authentication measures, its functionality will be accessible to anyone. This poses a significant security risk for any sensitive data or operations. The core calculator logic (add, calculate) within `src/index.ts` does not exhibit obvious code-based vulnerabilities like command injection or SQL injection. The primary security concern stems from its intended lack of access control.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Stars0
Forks0
Last Update2025-12-11

Tags

Cloudflare WorkersMCPAI ToolsServerlessCalculator