Back to Home
devakapatel icon

remote-mcp-server

Verified Safe

by devakapatel

Overview

This server provides a Model Context Protocol (MCP) endpoint on Cloudflare Workers, acting as a bridge to expose simple AI tools (like a math 'add' function) to MCP clients such as Claude Desktop, with a mocked OAuth login for demo purposes.

Installation

Run Command
npx nx dev remote-mcp-server

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The OAuth login system is explicitly mocked to accept any email and password combination for authorization (as noted by `// We'll allow any values for email and password for this demo` and `if (false)` in `src/app.ts`). This is a critical security vulnerability if used outside of a strictly isolated development or demonstration environment. No obfuscation, 'eval', or other obvious malicious patterns were found. However, the intentional insecurity of the authentication mechanism significantly lowers the security score for any real-world application.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-12-10

Tags

Cloudflare WorkersMCPAI ToolsOAuth DemoSSE