cloudflare-mcp-claude-tooling

Configure Claude Code MCP, permissions, and firewall settings for Cloudflare Workers.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/okayus/okayus-skills --skill cloudflare-mcp-claude-tooling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-mcp-claude-tooling
Source: https://github.com/okayus/okayus-skills/tree/main/skills/cloudflare-mcp-claude-tooling
Command: npx skills add https://github.com/okayus/okayus-skills --skill cloudflare-mcp-claude-tooling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the complexity of configuring Claude Code for Cloudflare Workers projects by establishing secure MCP access, permission controls, and documentation-driven workflows inside a sandboxed environment.

Core Features & Use Cases

  • Docs-Only MCP Setup: Configures Cloudflare documentation MCP access while avoiding fragile or redundant account-operation MCP integrations.
  • Permission Guardrails: Creates committed Claude Code settings that allow development workflows while blocking git commits and pushes from sandboxed agents.
  • Project Scaffolding Guidance: Prepares Cloudflare Workers projects with design review steps and firewall requirements before implementation begins.

Quick Start

Use the cloudflare-mcp-claude-tooling skill to configure Claude Code MCP, permissions, and firewall settings for my sandboxed Cloudflare Workers project.

Frequently Asked Questions about cloudflare-mcp-claude-tooling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Claude Code MCP for a sandboxed Cloudflare Workers project?

Configuring Claude Code MCP for sandboxed Cloudflare Workers involves setting up docs-only MCP access and establishing committed configuration files. This restricts fragile account operations while maintaining documentation access.

Why should I block git commits from sandboxed agent workflows in Claude Code?

Blocking git commits from sandboxed agent workflows enforces permission guardrails that prevent unauthorized code pushes. This controlled permission setup supports safe Cloudflare project automation within isolated environments.

Can I use Cloudflare account-operation MCP integrations with Claude Code?

Cloudflare account-operation MCP integrations are intentionally avoided in this configuration. The setup focuses exclusively on docs-only MCP access to prevent fragile or redundant account-level operations during sandboxed development.

What firewall requirements are needed before scaffolding Cloudflare Workers projects?

Scaffolding Cloudflare Workers projects requires establishing firewall allowlists before implementation begins. This controlled network access supports the safe execution of automated agent workflows inside the sandboxed environment.

Does Claude Code require committed settings files for Cloudflare development permissions?

Claude Code requires committed settings files to manage permissions for Cloudflare development. These configuration files allow standard development workflows while explicitly blocking git commits and pushes from sandboxed agents.

What is the best way to set up documentation access for Cloudflare Workers in Claude Code?

The best way to set up documentation access is configuring a docs-only MCP integration. This approach provides necessary Cloudflare documentation access without the fragility of full account-operation MCP integrations.