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: src/content/docs/cloudflare-one/insights/dex/dex-mcp-server.mdx
+52-49Lines changed: 52 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,52 +7,54 @@ sidebar:
7
7
8
8
The MCP server [(Model Context Protocol)](cloudflare.com/learning/ai/what-is-model-context-protocol-mcp/) for Digital Experience Monitoring (DEX) is an AI tool that allows customers to ask a question like, "Show me the connectivity and performance metrics for the device used by carly‌@acme.com", and receive an answer that contains data from the DEX API.
9
9
10
-
Any Cloudflare One customer using a Free, PayGo, or ENT account can access the DEX MCP Server. This feature is available to everyone.
10
+
Any Cloudflare One customer using a Free, PayGo, or Enterprise account can access the DEX MCP Server. This feature is available to everyone.
11
11
12
12
There are two primary options for connecting to the DEX MCP server.
13
13
14
14
## Cloudflare AI Playground
15
15
16
-
Customers can test the DEX MCP server in less than 1 minute by visiting the website for Cloudflare's AI Playground.
16
+
Customers can test the DEX MCP server in less than one minute by visiting the website for Cloudflare's AI Playground.
17
17
18
-
1. Copy the URL for the DEX MCP server: `https://dex.mcp.cloudflare.com/sse`
18
+
1. Copy the URL for the DEX MCP server: `https://dex.mcp.cloudflare.com/sse`.
19
19
2. Open [playground.ai.cloudflare.com](https://playground.ai.cloudflare.com) in a browser.
20
-
3. Find the section in the left side bar titled MCP Servers.
21
-
4. Paste the URL for the DEX MCP server into the URL input box and click Connect.
20
+
3. Find the section in the left sidebar titled **MCP Servers**.
21
+
4. Paste the URL for the DEX MCP server into the URL input box and select **Connect**.
22
22
5. Authenticate your Cloudflare account, and then start asking questions about your DEX data.
23
23
24
24
Today, Cloudflare's AI Playground is a great way to quickly try out a new MCP Server.
25
25
26
-
There is one important caveat. End users will need to ask specific and explicit questions to get a response. For example, you need to provide the instruction “Set XYZ as the active account". Then, you can ask a specific question: “Fetch the DEX test results for the user bob@‌acme.com over the past 24 hours”.
26
+
:::note
27
+
You need to ask specific and explicit questions to get a response. For example, first you need to provide the following instruction: "Set XYZ as the active account". Then, you can ask a specific question: "Fetch the DEX test results for the user bob@‌acme.com over the past 24 hours".
28
+
:::
27
29
28
30
## AI Assistant
29
31
30
-
Customers will get a more flexible and robust prompt experience by configuring the DEX MCP server with their preferred AI assistant (Claude, Gemini, ChatGPT, etc.).
32
+
Customers will get a more flexible and robust prompt experience by configuring the DEX MCP server with their preferred AI assistant (for example, Claude, Gemini, or ChatGPT).
31
33
32
34
If you get stuck during the configuration process, you can ask your AI assistant for help with configuring an MCP server via URL.
33
35
34
36
### Claude
35
37
36
-
You will need a Claude Pro account (or higher subscription) to configure an MCP server.
37
-
38
-
1. Download the [Claude desktop client](https://claude.ai/download)
39
-
2. Open the Claude desktop client, and login or set up an account.
40
-
3. Expand the left side bar menu, and select **Claude Code**.
41
-
4.Within the Desktop App menu, select **Developer**and you'll see the **Local MCP servers** page.
42
-
5.Click**Edit Config** and open claude_desktop_config.json in a text editor of your choice.
43
-
6. Copy the JSON configuration for the DEX MCP server and paste it into **claude_desktop_config.json**. Save the file.
5. If everything is working as expected, you will see a message in the Gemini CLI that says "Using: 1 MCP server (ctrl+t to view)".
93
+
5. If everything is working as expected, the Gemini CLI will show the following message:<br/>
94
+
`Using: 1 MCP server (ctrl+t to view)`
92
95
6. Authenticate the email associated with your Cloudflare account in the Gemini CLI.
93
96
7. You can start asking the Gemini CLI questions about DEX. As a simple test, you can ask "Are you connected to the DEX MCP server".
94
97
95
98
### ChatGPT
96
99
97
-
You will need a ChatGPT Pro or Business account to configure an MCP server. ChatGPT Free and Plus do not support MCP servers.
100
+
You need a ChatGPT Pro or Business account to configure an MCP server. ChatGPT Free and Plus do not support MCP servers.
98
101
99
102
1. Download the [ChatGPT desktop app](https://chatgpt.com/features/desktop).
100
-
2. Open the ChatGPT desktop app, and login or set up an account.
103
+
2. Open the ChatGPT desktop app, and log in or set up an account.
101
104
3. Open the **Settings** menu and select **Connectors**.
102
105
4. Select the option to create a new Connector.
103
-
5. Provide a Name (like "DEX MCP"), Description (optional), and MCP Server URL for the Connector. The DEX MCP Server URL is: `https://dex.mcp.cloudflare.com/sse`
104
-
6. Create the new Connector
105
-
7. Before you ask ChatGPT a question about DEX, select the plus "+" button next to the ChatGPT prompt box.
106
-
8. Select **Use Connectors**, then select **Add Sources** and select the DEX MCP as a source.
106
+
5. Provide a **Name** (like `DEX MCP`), **Description** (optional), and **MCP Server URL** for the Connector. The DEX MCP Server URL is: `https://dex.mcp.cloudflare.com/sse`.
107
+
6. Create the new Connector.
108
+
7. Before you ask ChatGPT a question about DEX, select the **+** (plus) button next to the ChatGPT prompt box.
109
+
8. Select **Use Connectors** > **Add Sources**, then select the DEX MCP as a source.
107
110
9. You can start asking ChatGPT questions about DEX. As a simple test, you can ask "Are you connected to the DEX MCP server".
0 commit comments