← Explore all mcp servers

DOCUMENTATION SEARCH / Cloudflare

Cloudflare Documentation MCP

Searches Cloudflare documentation without granting an assistant access to a Cloudflare account.

“Cloudflare Documentation MCP Server”

01 / THE REASONING

Why this made the selection.

  • Separates documentation lookup from account-changing Cloudflare servers.
  • The inspected app registers documentation search and prompts through a public MCP handler.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • apps/docs-ai-search/README.md (installation, capability and permission sections)
  • apps/docs-ai-search/package.json
  • apps/docs-ai-search/src/docs-ai-search.app.ts
  • packages/mcp-common/src/shared-tools/docs-ai-search.tools.ts
  • LICENSE

Our findings

  • The docs app uses createPublicMcpApp and does not require the OAuth account grant used by account tools.
  • The shared tool implementation registers documentation search; this profile does not include the other apps in the monorepo.

Not established by this review

  • Server startup, authentication and tool execution were not tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Connect a server deliberately.

Upstream setup instructions ↗
  1. Add https://docs.mcp.cloudflare.com/mcp as a remote Streamable HTTP server in your client.

Before you start

  • A remote-capable MCP client.

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. Official documentation ↗Checked

    https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/apps/docs-ai-search/README.md

    Supports: summary, whySelected, bestFor, limitations, install, access, compatibility, transports

  2. https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/LICENSE

    Supports: license

  3. https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/apps/docs-ai-search/package.json

    Supports: language, review

  4. https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/apps/docs-ai-search/src/docs-ai-search.app.ts

    Supports: language, review

  5. https://github.com/cloudflare/mcp-server-cloudflare/blob/632916d3fcc862a7832d2fe5a49e700f017c109f/packages/mcp-common/src/shared-tools/docs-ai-search.tools.ts

    Supports: language, review