cloudflare-mcp

sednalabs/cloudflare-mcp
★ 0 stars Rust AI/LLM Updated today
Self-hosted MCP server for guarded Cloudflare operations
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloudflare-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cloudflare-mcp"
      ]
    }
  }
}

README Excerpt

`cloudflare-mcp` is a self-hosted Model Context Protocol server for safety-sensitive Cloudflare operations. It gives agents and operator tools a structured way to inspect Cloudflare state, plan changes, require approval for dangerous apply calls, and verify readback after mutations. It is built as a reference implementation of the Rust MCP Toolkit: explicit