Skip to content

Commit 58b5bac

Browse files
committed
Fix another URL
1 parent 9dd867a commit 58b5bac

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

src/content/docs/cloudflare-one/insights/dex/mcp-server.mdx

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 8
66
---
77

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.
8+
The MCP server [(Model Context Protocol)](https://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.
99

1010
Any Cloudflare One customer using a Free, PayGo, or Enterprise account can access the DEX MCP Server. This feature is available to everyone.
1111

@@ -46,13 +46,13 @@ You need a Claude Pro account (or higher subscription) to configure an MCP serve
4646

4747
```json
4848
{
49-
"globalShortcut": "",
50-
"mcpServers": {
51-
"cloudflare-dex-analysis": {
52-
"command": "npx",
53-
"args": ["mcp-remote", "https://dex.mcp.cloudflare.com/sse"]
54-
}
55-
}
49+
"globalShortcut": "",
50+
"mcpServers": {
51+
"cloudflare-dex-analysis": {
52+
"command": "npx",
53+
"args": ["mcp-remote", "https://dex.mcp.cloudflare.com/sse"]
54+
}
55+
}
5656
}
5757
```
5858

@@ -71,21 +71,20 @@ You will need to use a CLI of your choice and npm or homebrew to install and acc
7171
2. Navigate to the `settings.json` file for your Gemini CLI install and open it in a text editor of your choice.
7272

7373
File path for the `settings.json` file in different operating systems:
74-
7574
- Windows: `%USERPROFILE%\.gemini\settings.json`
7675
- Mac and Linux: `~/.gemini/settings.json`
7776

7877
3. Copy the JSON configuration for the DEX MCP server and paste it into **settings.json**. Save the file.
7978

8079
```json
8180
{
82-
"globalShortcut": "",
83-
"mcpServers": {
84-
"cloudflare-dex-analysis": {
85-
"command": "npx",
86-
"args": ["mcp-remote", "https://dex.mcp.cloudflare.com/sse"]
87-
}
88-
}
81+
"globalShortcut": "",
82+
"mcpServers": {
83+
"cloudflare-dex-analysis": {
84+
"command": "npx",
85+
"args": ["mcp-remote", "https://dex.mcp.cloudflare.com/sse"]
86+
}
87+
}
8988
}
9089
```
9190

0 commit comments

Comments
 (0)