---
title: "cloudflare"
description: "Inspect and debug Cloudflare: Workers, DNS, request handling, and configuration, via Cloudflare's official Code Mode MCP server."
canonical: https://agentpluginsdirectory.com/plugins/cloudflare--hiai-gg
last-updated: 2026-09-22
---

# cloudflare
Inspect and debug Cloudflare: Workers, DNS, request handling, and configuration, via Cloudflare's official Code Mode MCP server.
- Slug: cloudflare--hiai-gg
- Publisher: HiAI
- Repository: https://github.com/HiAi-gg/agent-plugins
- Manifest: plugins/cloudflare/plugin.json
- Version: 0.0.2
- License: MIT
- Category (editorial): devops-cloud
- Skills: 4 (debug-worker, inspect-dns, investigate-request, review-cloudflare-config)
- MCP servers: 1 (cloudflare)
- Stars: 1
- Repository created: 2026-08-08
- Repository last pushed: 2026-09-03
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/cloudflare--hiai-gg
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What cloudflare does, in the publisher's words

Inspect and debug Cloudflare: Workers, DNS, request handling, and configuration, via Cloudflare's official Code Mode MCP server.

An Agent Plugin (spec 1.0.0).

A plugin that connects agents to Cloudflare's official Code Mode MCP server (https://mcp.cloudflare.com/mcp) and adds four focused skills that reduce Cloudflare's large API surface into useful workflows: Worker debugging, DNS inspection, request-path investigation, and configuration review.

- First-party upstream: Cloudflare's own MCP server (cloudflare/mcp), token-efficient (covers the whole API in ~1k tokens via code mode).
- Skills reduce complexity: the plugin's value is turning the API surface into focused, read-first workflows.
- No mutation by default: inspection/debugging first; changes require explicit intent.
- Server: cloudflare: streamable-http to https://mcp.cloudflare.com/mcp (Cloudflare Code Mode MCP; vendor-operated; endpoint version not pinnable).
- Skills: debug-worker, inspect-dns, investigate-request, review-cloudflare-config.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/HiAi-gg/agent-plugins/HEAD/plugins/cloudflare/README.md

## Skills

- debug-worker: Debug a Cloudflare Worker: check deployment state, inspect logs, find errors, and narrow the cause. Use when a Worker misbehaves, returns errors, or after a failed deploy.
- inspect-dns: Inspect DNS records and zone configuration for a Cloudflare zone: list records, check propagation/status, and identify misconfigurations. Use when a domain resolves incorrectly, DNS records look wrong, or before changing DNS.
- investigate-request: Investigate how Cloudflare handled a specific request: caching, firewall, Workers, and origin behavior. Use when a request behaves unexpectedly (wrong response, cached content, blocked, or slow).
- review-cloudflare-config: Review a Cloudflare account/zone configuration for correctness and security: Workers, DNS, rules, cache, and settings. Use when onboarding to a Cloudflare setup, auditing configuration, or checking for misconfigurations.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- cloudflare: transport: streamable-http; url: https://mcp.cloudflare.com/mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
