remote-mcp-server-authless
Verified Safeby nmnewnham
Overview
Deploys an authentication-less Model Context Protocol (MCP) server on Cloudflare Workers, exposing basic calculator tools for AI models or clients.
Installation
wrangler devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The provided source code is clean, utilizes Zod for input validation, and does not contain obvious malicious patterns or direct 'eval' calls. It relies on the security of the `@modelcontextprotocol/sdk` and `agents` libraries. The server is explicitly designed to be 'authless' for demonstration purposes, meaning it lacks inherent authentication or authorization, which is a design choice for this demo but would be a critical security concern for sensitive operations.
Similar Servers
axone-mcp
Acts as a gateway for AI-powered tools (like Claude) to interact with the Axone blockchain's dataverse via the Model-Context Protocol (MCP), primarily to retrieve governance code for resources.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server to Cloudflare Workers, providing a calculator agent and a file reading tool for AI clients.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server with basic calculator tools on Cloudflare Workers for AI agent integration.