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
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,29 @@
2
2
3
3
Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcontextprotocol.io/introduction) for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account.
4
4
5
-
These MCP servers allow your [MCP Client](https://modelcontextprotocol.io/clients) to read configurations from your account, process information, make suggestions based on data, and even make those suggested changes for you. All of these actions can happen across Cloudflare's many services including application development, security and performance.
5
+
These MCP servers allow your [MCP Client](https://modelcontextprotocol.io/clients) to read configurations from your account, process information, make suggestions based on data, and even make those suggested changes for you. All of these actions can happen across Cloudflare's many services including application development, security and performance.
6
+
7
+
They support both the `streamble-http` transport via `/mcp` and the `sse` transport (deprecated) via `/sse`.
6
8
7
9
The following servers are included in this repository:
|[**Documentation server**](/apps/docs-vectorize)| Get up to date reference information on Cloudflare |`https://docs.mcp.cloudflare.com/sse`|
12
-
|[**Workers Bindings server**](/apps/workers-bindings)| Build Workers applications with storage, AI, and compute primitives |`https://bindings.mcp.cloudflare.com/sse`|
13
-
|[**Workers Builds server**](/apps/workers-builds)| Get insights and manage your Cloudflare Workers Builds |`https://builds.mcp.cloudflare.com/sse`|
14
-
|[**Observability server**](/apps/workers-observability)| Debug and get insight into your application's logs and analytics |`https://observability.mcp.cloudflare.com/sse`|
15
-
|[**Radar server**](/apps/radar)| Get global Internet traffic insights, trends, URL scans, and other utilities |`https://radar.mcp.cloudflare.com/sse`|
16
-
|[**Container server**](/apps/sandbox-container)| Spin up a sandbox development environment |`https://containers.mcp.cloudflare.com/sse`|
17
-
|[**Browser rendering server**](/apps/browser-rendering)| Fetch web pages, convert them to markdown and take screenshots |`https://browser.mcp.cloudflare.com/sse`|
18
-
|[**Logpush server**](/apps/logpush)| Get quick summaries for Logpush job health |`https://logs.mcp.cloudflare.com/sse`|
19
-
|[**AI Gateway server**](/apps/ai-gateway)| Search your logs, get details about the prompts and responses |`https://ai-gateway.mcp.cloudflare.com/sse`|
20
-
|[**AutoRAG server**](/apps/autorag)| List and search documents on your AutoRAGs |`https://autorag.mcp.cloudflare.com/sse`|
21
-
|[**Audit Logs server**](/apps/auditlogs)| Query audit logs and generate reports for review |`https://auditlogs.mcp.cloudflare.com/sse`|
22
-
|[**DNS Analytics server**](/apps/dns-analytics)| Optimize DNS performance and debug issues based on current set up |`https://dns-analytics.mcp.cloudflare.com/sse`|
23
-
|[**Digital Experience Monitoring server**](/apps/dex-analysis)| Get quick insight on critical applications for your organization |`https://dex.mcp.cloudflare.com/sse`|
24
-
|[**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/sse`|
25
-
|[**GraphQL server**](/apps/graphql/)| Get analytics data using Cloudflare’s GraphQL API |`https://graphql.mcp.cloudflare.com/sse`|
13
+
|[**Documentation server**](/apps/docs-vectorize)| Get up to date reference information on Cloudflare |`https://docs.mcp.cloudflare.com/mcp`|
14
+
|[**Workers Bindings server**](/apps/workers-bindings)| Build Workers applications with storage, AI, and compute primitives |`https://bindings.mcp.cloudflare.com/mcp`|
15
+
|[**Workers Builds server**](/apps/workers-builds)| Get insights and manage your Cloudflare Workers Builds |`https://builds.mcp.cloudflare.com/mcp`|
16
+
|[**Observability server**](/apps/workers-observability)| Debug and get insight into your application's logs and analytics |`https://observability.mcp.cloudflare.com/mcp`|
17
+
|[**Radar server**](/apps/radar)| Get global Internet traffic insights, trends, URL scans, and other utilities |`https://radar.mcp.cloudflare.com/mcp`|
18
+
|[**Container server**](/apps/sandbox-container)| Spin up a sandbox development environment |`https://containers.mcp.cloudflare.com/mcp`|
19
+
|[**Browser rendering server**](/apps/browser-rendering)| Fetch web pages, convert them to markdown and take screenshots |`https://browser.mcp.cloudflare.com/mcp`|
20
+
|[**Logpush server**](/apps/logpush)| Get quick summaries for Logpush job health |`https://logs.mcp.cloudflare.com/mcp`|
21
+
|[**AI Gateway server**](/apps/ai-gateway)| Search your logs, get details about the prompts and responses |`https://ai-gateway.mcp.cloudflare.com/mcp`|
22
+
|[**AutoRAG server**](/apps/autorag)| List and search documents on your AutoRAGs |`https://autorag.mcp.cloudflare.com/mcp`|
23
+
|[**Audit Logs server**](/apps/auditlogs)| Query audit logs and generate reports for review |`https://auditlogs.mcp.cloudflare.com/mcp`|
24
+
|[**DNS Analytics server**](/apps/dns-analytics)| Optimize DNS performance and debug issues based on current set up |`https://dns-analytics.mcp.cloudflare.com/mcp`|
25
+
|[**Digital Experience Monitoring server**](/apps/dex-analysis)| Get quick insight on critical applications for your organization |`https://dex.mcp.cloudflare.com/mcp`|
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
+
|[**GraphQL server**](/apps/graphql/)| Get analytics data using Cloudflare’s GraphQL API |`https://graphql.mcp.cloudflare.com/mcp`|
26
28
27
29
## Access the remote MCP server from any MCP client
28
30
@@ -35,11 +37,11 @@ If your client does not yet support remote MCP servers, you will need to set up
Copy file name to clipboardExpand all lines: apps/auditlogs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Currently available tools:
20
20
21
21
## Access the remote MCP server from any MCP Client
22
22
23
-
If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL (`https://auditlogs.mcp.cloudflare.com/sse`) directly within its interface (for example in [Cloudflare AI Playground](https://playground.ai.cloudflare.com/)).
23
+
If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL (`https://auditlogs.mcp.cloudflare.com/mcp`) directly within its interface (for example in [Cloudflare AI Playground](https://playground.ai.cloudflare.com/)).
24
24
25
25
If your client does not yet support remote MCP servers, you will need to set up its respective configuration file using [mcp-remote](https://www.npmjs.com/package/mcp-remote) to specify which servers your client can access.
26
26
@@ -31,7 +31,7 @@ Replace the content with the following configuration:
0 commit comments