Skip to content

Commit d7f221a

Browse files
authored
docs: add cross-reference to Cloudflare Code Mode server (#331)
* docs: add cross-reference to Cloudflare Code Mode server * docs: refine README wording for MCP server guidance
1 parent 7f48d17 commit d7f221a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,31 @@ The following servers are included in this repository:
2626
| [**Cloudflare One CASB server**](/apps/cloudflare-one-casb) | Quickly identify any security misconfigurations for SaaS applications to safeguard users & data | `https://casb.mcp.cloudflare.com/mcp` |
2727
| [**GraphQL server**](/apps/graphql/) | Get analytics data using Cloudflare’s GraphQL API | `https://graphql.mcp.cloudflare.com/mcp` |
2828

29+
## Which Cloudflare MCP server should you use?
30+
31+
Cloudflare provides two categories of MCP servers:
32+
33+
- **Code Mode server** (`mcp.cloudflare.com`) in [`cloudflare/mcp`](https://github.com/cloudflare/mcp):
34+
best when you want broad access across Cloudflare's APIs through code execution.
35+
- **Domain-specific servers** (`*.mcp.cloudflare.com`) in this repository:
36+
best when you want curated, typed tools for a specific Cloudflare product area.
37+
38+
### When should you use each?
39+
40+
Use the **Code Mode server** when:
41+
42+
- you need broad API coverage across many Cloudflare products
43+
- you prefer a smaller set of general-purpose tools
44+
- your workflow is better served by code execution
45+
46+
Use the **domain-specific servers** in this repository when:
47+
48+
- you want purpose-built tools for a specific product area
49+
- you want more guided, typed interactions
50+
- you are working primarily within one Cloudflare domain such as observability, bindings, Radar, or Browser Rendering
51+
52+
Learn more about the Code Mode server here: [`cloudflare/mcp`](https://github.com/cloudflare/mcp).
53+
2954
## Access the remote MCP server from any MCP client
3055

3156
If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL directly within its interface (e.g. [Cloudflare AI Playground](https://playground.ai.cloudflare.com/))

0 commit comments

Comments
 (0)