You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,31 @@ The following servers are included in this repository:
26
26
|[**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`|
27
27
|[**GraphQL server**](/apps/graphql/)| Get analytics data using Cloudflare’s GraphQL API |`https://graphql.mcp.cloudflare.com/mcp`|
28
28
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
+
29
54
## Access the remote MCP server from any MCP client
30
55
31
56
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