Bridges AI agents to Cloudflare Workers, KV storage, R2 object storage, and D1 databases for edge deployment inspection and management. Agents can check Workers status, inspect KV namespaces, query D1 databases, and monitor R2 buckets directly from the coding environment.
Use cases
- Developer inspects Worker execution logs and diagnostics during debugging
- SRE monitors edge deployment health across Cloudflare's global network
- Platform engineer queries D1 database for application data verification
- Storage admin reviews R2 bucket usage and lifecycle configurations
- DevOps checks KV namespace operations for debugging cache issues
Key features
- Claude Desktop
- Cursor
- Codex
Frequently Asked Questions
- What Cloudflare products does this MCP support?
- Workers, KV, R2, D1, and Queues are supported. Additional products like Durable Objects may be added. Check the GitHub repo for current coverage.
- How does authentication work?
- Uses Cloudflare API tokens with granular permissions. Create tokens at dash.cloudflare.com with specific zone or account permissions.
- Can agents modify Workers code?
- Current MCP access is primarily read-only for inspection. Use Wrangler CLI or GitHub integration for deploying Worker changes.
Related
Related
3 Indexed items
Cloudflare API MCP
Provides centralized access to Cloudflare services including DNS management, Workers deployments, R2 storage operations, and security settings through a remote MCP endpoint. Infrastructure teams can query and modify Cloudflare resources via AI assistants. Supports zero-trust access policies.
AWS MCP
Bridges AWS API operations to AI agents for EC2 instance management, S3 bucket operations, Lambda function inspection, IAM policy analysis, and CloudWatch log retrieval. Uses your existing AWS credentials configured on the machine. Supports multi-account setups via role assumption.
Temporal MCP
Exposes Temporal workflow execution state, namespace management, and search attributes to AI agents for debugging long-running business processes. Agents can inspect workflow history, debug stuck executions, and trigger new workflow runs. Supports self-hosted and Temporal Cloud deployments.