Back to Home
iogi icon

remote-mcp-server-authless

Verified Safe

by iogi

Overview

Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.

Installation

Run Command
npm run dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed 'without authentication' for demonstration purposes, as stated in the README. While this simplicity enables easy setup for testing, deploying such a server publicly without adding proper authentication mechanisms (e.g., API keys, OAuth) would be a critical security vulnerability, allowing anyone to access and use its tools. The code itself performs input validation using Zod schemas for the defined tools, and no obvious code-level vulnerabilities like RCE or hardcoded secrets are present.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-01

Tags

Cloudflare WorkersMCP ServerAI ToolsCalculatorNo AuthTypeScript