Back to Home
Abhisrajput icon

remote-mcp-server-authless

Verified Safe

by Abhisrajput

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator functionalities without requiring authentication.

Installation

Run Command
npm run dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed 'without auth' as a demo, which inherently exposes its endpoints to the public internet. While the current calculator tools are simple and pose minimal direct risk from their logic, deploying any service without authentication carries risks of abuse, resource exhaustion, or unintended access if more sensitive tools are added later without modifying the authentication scheme. The underlying SDK might offer rate limiting, but it's not explicitly configured in the provided `src/index.ts`.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-03

Tags

Cloudflare WorkersMCP ServerAI ToolsCalculatorServerlessDurable Objects