mcp-typescript-docs
Verified Safeby patpil-cloudflare-mcp
Overview
Provides intelligent semantic search and AI-generated answers over Model Context Protocol (MCP) TypeScript SDK documentation using Cloudflare AutoRAG.
Installation
wrangler devEnvironment Variables
- WORKOS_CLIENT_ID
- WORKOS_API_KEY
- AI_GATEWAY_ID
- AI_GATEWAY_TOKEN
Security Notes
The server demonstrates robust security practices. OAuth 2.1 with PKCE is correctly implemented, preventing authorization code interception. API keys are hashed (SHA-256) before storage and validated against hashes. Database queries use prepared statements to prevent SQL injection. Generated HTML content is escaped to mitigate XSS vulnerabilities. Explicit checks for `is_deleted` status in the database prevent access for revoked accounts. Sensitive API keys (e.g., WORKOS_API_KEY) are loaded from environment variables. AI requests are routed through a Cloudflare AI Gateway, adding a layer for access control and rate limiting. There is no direct evidence of `eval` or similar dynamic code execution being used insecurely.
Similar Servers
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
remote-mcp-server-authless1
A remote Model Context Protocol (MCP) server that exposes unauthenticated calculator tools via Cloudflare Workers for AI agents.
cloudflare-mcp-for-static-sites
Turn a static website into an AI-accessible knowledge base for search and content retrieval via the Model Context Protocol.
mcp-server
Deploys an authentication-less Model Context Protocol (MCP) server on Cloudflare Workers, providing AI-powered tools for mathematical calculations and RAG-based search.