Back to Home
Jammy2005 icon

remote-mcp-server

Verified Safe

by Jammy2005

Overview

This server provides a remote Model Context Protocol (MCP) endpoint on Cloudflare Workers, demonstrating how to integrate custom tools with AI agents (like Claude) and manage OAuth-based authentication.

Installation

Run Command
npx nx dev remote-mcp-server

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server's authentication logic is intentionally simplified for demonstration purposes. Specifically, the `/authorize` endpoint hardcodes `isLoggedIn = true`, and the `/approve` endpoint accepts any email and password combination as valid. This is explicitly stated in the source code as a demo feature. These bypasses make the application highly insecure for production use without replacing the mock authentication with a robust, real-world system. No 'eval' or obvious obfuscation was found. Markdown rendering is used for the homepage, which could pose an XSS risk if the input source was untrusted; however, it loads a local README.md.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-11-26

Tags

CloudflareMCPAI AgentOAuthServer-Sent Events