mcp-server-cloudflare
Verified Safeby cloudflare
Overview
Centralized platform for Cloudflare's Model Context Protocol (MCP) servers, enabling AI clients to interact with diverse Cloudflare services using natural language for configuration, data analysis, and task automation.
Installation
npx wrangler devEnvironment Variables
- MCP_COOKIE_ENCRYPTION_KEY
- ENVIRONMENT
- MCP_SERVER_NAME
- MCP_SERVER_VERSION
- CLOUDFLARE_CLIENT_ID
- CLOUDFLARE_CLIENT_SECRET
- CLOUDFLARE_ACCOUNT_ID
- CLOUDFLARE_API_TOKEN
- CLOUDFLARE_STAGING_API_TOKEN
- OAUTH_KV
- MCP_OBJECT
- USER_DETAILS
- MCP_METRICS
- AI
- VECTORIZE
- AUTORAG_NAME
- USER_CONTAINER
- CONTAINER_MANAGER
- USER_BLOCKLIST
- D1
- R2
- KV
- HYPERDRIVE
Security Notes
The project uses standard Cloudflare OAuth for authentication and properly manages secrets via environment variables, demonstrating good security practices. Input validation is extensively handled with 'zod'. The 'apps/sandbox-container' application offers shell execution and file system interactions; while this is a critical security capability, it is designed as a specialized development/evaluation tool with an implied need for controlled, isolated environments. This specific use case is justified for a sandbox but requires stringent deployment and isolation considerations. No obvious malicious patterns or obfuscation were found.
Similar Servers
mcp
Connect AI assistants (e.g., Claude, Cursor) to Axiom's observability platform, enabling natural language querying of datasets, traces, monitors, and dashboards via the Model Context Protocol (MCP).
MyMCP
Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.
mold-inventory
An MCP server that provides an LLM with authenticated access to a mold inventory management API, allowing it to retrieve mold data on behalf of a user.
semantic-wake-intelligence-mcp
A Model Context Protocol (MCP) server providing AI agents with a 3-layer temporal intelligence system for memory, causality, and prediction.