MCP server · Documentation + context
Cloudflare Docs MCP
Give MCP agents current Cloudflare documentation context without granting any access to your Cloudflare account.
Quick verdict
It supplies first-party Cloudflare documentation through a narrow MCP surface instead of granting an agent broad control of a Cloudflare account.
- MaintainerCloudflare (official)
- Security scopeRead-only
- Transportsstreamable-http
- Install channelremote · https://docs.mcp.cloudflare.com/mcp
- EvidenceSource Validated
- LicenseApache-2.0 · Open source
Cloudflare's hosted documentation MCP server, for retrieving current reference information about Workers, Pages, R2, D1, KV and the wider Cloudflare platform. It is deliberately narrower than Cloudflare's account-capable API MCP server at mcp.cloudflare.com, which can execute account-level API operations after authorization — this profile is the documentation endpoint only, and is the safer starting point when an agent needs to look something up rather than change infrastructure.
Install Cloudflare Docs MCP
http https://docs.mcp.cloudflare.com/mcp
{
"mcpServers": {
"cloudflare-docs": {
"url": "https://docs.mcp.cloudflare.com/mcp"
}
}
}Cloudflare-hosted endpoint. No self-hosted configuration is published here for this documentation endpoint. Do not substitute https://mcp.cloudflare.com/mcp — that is the account-capable API server.
Credentials
No credentials required.
Verified configurations
Not run by us yet. This profile is Source Validated: the install channel, config entry, credentials and license were checked against the source and upstream metadata, but no configuration has been installed, discovered and executed in a recorded environment. When one is, it appears here with the eight scope dimensions below.
Best for
Developers and coding agents that need current Cloudflare product documentation without production API access.
Why use it
It supplies first-party Cloudflare documentation through a narrow MCP surface instead of granting an agent broad control of a Cloudflare account.
Tradeoffs
Documentation context only — it performs no Cloudflare account operations, so it is not a substitute for the API server when an agent genuinely needs to inspect or change infrastructure. It is a vendor-hosted remote service, so it requires outbound network access and its availability is Cloudflare's to determine, even though the source repository is Apache-2.0.
Upstream state
repository active. Lifecycle is derived from a committed upstream snapshot at build time, never authored by hand.
Editorial review
Grade B — Source Validated. Re-review is due by 2027-02-15. Config entries, credential names and package status can change upstream; verify against the source repository before granting an agent access.
Sources
Related MCP servers
- Codebase Memory MCPA native, local MCP server that indexes a repository into a persistent knowledge graph — functions, classes, call chains, routes — for fast queries.
- Context7Upstash's MCP server that puts current, version-specific library docs and code examples in the prompt so a coding agent stops guessing at APIs.
- DeepWiki MCPRead generated documentation and ask source-grounded questions about public GitHub repositories through DeepWiki.