Back to Home
patpil-cloudflare-mcp icon

mcp-typescript-docs

Verified Safe

by patpil-cloudflare-mcp

Overview

Provides intelligent semantic search and AI-generated answers over Model Context Protocol (MCP) TypeScript SDK documentation using Cloudflare AutoRAG.

Installation

Run Command
wrangler dev

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-28

Tags

Cloudflare WorkersMCP ServerAI SearchTypeScript SDKDual Authentication