Skip to content
Cloudflare Docs

AI tooling

Use the following AI tools to get the most out of Cloudflare (and our docs).

llms.txt

We have implemented llms.txt, llms-full.txt and also created per-page Markdown links as follows:

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.

Page options
button

MCP

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.

Skills

Our docs site also supports agent skills that are defined in the Cloudflare Skills repo.

To install them:

Terminal window
$ npx skills add https://developers.cloudflare.com

AI resources for documentation contributors

The 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:

Terminal window
# Configure Claude Code
npm run ai-setup:claudecode
# Configure Cursor
npm run ai-setup:cursor
# Configure GitHub Copilot
npm run ai-setup:copilot

Each 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.