remote-mcp-server-authless
Verified Safeby whobcode
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing simple calculator tools without requiring authentication for public access.
Installation
npm startEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be 'authless' as per its name and README, meaning anyone can publicly access and invoke its calculator tools. While the current implementation uses Zod for input validation for simple arithmetic operations, mitigating immediate code injection risks for these specific tools, deploying an authless server with more powerful or sensitive tools would be a significant security vulnerability. No 'eval' or obvious malicious patterns were found in the provided source code. The architecture leverages Cloudflare Durable Objects for the MCP agent, which provides a secure runtime environment.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
nanobanana-mcp-server
Provides AI-powered image generation and editing capabilities through Google's Gemini models with intelligent model selection.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
pulse-tm
Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).