remote-mcp-server-authless
Verified Safeby banday00
Overview
A remote, unauthenticated Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing simple calculator tools for integration with AI clients like Cloudflare AI Playground or Claude Desktop.
Installation
npm run devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be "authless," allowing unrestricted access to its calculator tools. While this is intentional for demonstration purposes, deploying sensitive tools without authentication would be a critical security vulnerability. No direct code injection vulnerabilities or hardcoded secrets were identified within the provided source code.
Similar Servers
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-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 publicly accessible calculator tools without requiring authentication.