remote-mcp-server-authless
Verified Safeby TheseHandsAreSpiders
Overview
Deploys a remote Model Context Protocol (MCP) server without authentication on Cloudflare Workers, providing basic calculator tools for AI agents.
Installation
wrangler devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be 'authless' for demonstration and playground purposes, as indicated in its name and README. This means anyone with the URL can access and use the exposed arithmetic tools. While there are no obvious code vulnerabilities like 'eval' or hardcoded secrets in the provided source, deploying an unauthenticated server in a production environment or with sensitive tools would be a significant security risk.
Similar Servers
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated access to basic calculator tools for AI agents.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose calculator tools to AI clients without requiring authentication.
remote-mcp-server-authless
Builds an AI-powered roaming customer service assistant (chatbot) as a remote Model Context Protocol (MCP) server.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, primarily demonstrating calculator tools for AI agents and LLM clients.