AI tooling
Use the following AI tools to get the most out of Cloudflare (and our docs).
We have implemented llms.txt, llms-full.txt and also created per-page Markdown links as follows:
llms.txtllms-full.txt- We also provide a
llms-full.txtfile on a per-product basis, i.e/workers/llms-full.txt
- We also provide a
/$page/index.md- Add
/index.mdto the end of any page to get the Markdown version, i.e/style-guide/index.md
- Add
In the top right of this page, you will see a Page options button where you can copy the current page as Markdown that can be given to your LLM of choice.

Cloudflare runs a catalog of managed remote MCP Servers which you can connect to using OAuth on clients like Claude ↗, Windsurf ↗, our own AI Playground ↗ or any SDK that supports MCP ↗.
To install in Cursor, use this Direct install link ↗.
To install in VSCode, use this Direct install link.
To install manually, add the following specification to your MCP config:
{ "mcpServers": { "cloudflare": { "command": "npx", "args": ["mcp-remote", "https://docs.mcp.cloudflare.com/mcp"] } } }Our docs site also supports agent skills ↗ that are defined in the Cloudflare Skills repo ↗.
To install them:
$ npx skills add https://developers.cloudflare.comThe cloudflare-docs repository includes an AGENTS.md ↗ file that helps AI agents understand the structure, tooling, and conventions of the repository so they can make correct, buildable changes.
AGENTS.md is a simple, open format for guiding coding agents — refer to the AGENTS.md ↗ website for more information.
The documentation repository also includes specific configuration for the following AI tools:
We provide scripts to set up other AI tools (currently Claude Code, Cursor, and GitHub Copilot) via rulesync ↗, a tool for synchronizing AI tool configurations.
If you are a documentation contributor and you would like to use Claude Code, Cursor, or GitHub Copilot, use one of the following scripts:
# Configure Claude Codenpm run ai-setup:claudecode
# Configure Cursornpm run ai-setup:cursor
# Configure GitHub Copilotnpm run ai-setup:copilotEach script will import AI tool components (commands and subagents) from the OpenCode configuration committed to the repository and generate back specific configuration files in the expected locations for your selected AI tool.