remote-mcp-server-authless
Verified Safeby iogi
Overview
Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.
Installation
npm run devEnvironment 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
remote-mcp-server-authless
Remote Model Context Protocol (MCP) server for deploying calculator tools on Cloudflare Workers without authentication, intended for demonstration and easy integration with MCP clients like Cloudflare AI Playground.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools accessible to MCP clients without authentication.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated calculator tools that can be consumed by AI agents or playgrounds.
remote-mcp-server-humaka
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing AI agents with defined tools (e.g., calculator functions) without requiring authentication.