Back to Home
nmnewnham icon

remote-mcp-server-authless

Verified Safe

by nmnewnham

Overview

Deploys an authentication-less Model Context Protocol (MCP) server on Cloudflare Workers, exposing basic calculator tools for AI models or clients.

Installation

Run Command
wrangler dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The provided source code is clean, utilizes Zod for input validation, and does not contain obvious malicious patterns or direct 'eval' calls. It relies on the security of the `@modelcontextprotocol/sdk` and `agents` libraries. The server is explicitly designed to be 'authless' for demonstration purposes, meaning it lacks inherent authentication or authorization, which is a design choice for this demo but would be a critical security concern for sensitive operations.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens7
Stars0
Forks0
Last Update2025-11-22

Tags

Cloudflare WorkersMCPAI ToolsCalculatorTypeScript