Skip to content

Commit 33e69ca

Browse files
committed
Small changes
1 parent 2eb971f commit 33e69ca

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ There are two primary options for connecting to the DEX MCP server:
1616

1717
## Cloudflare AI Playground
1818

19-
Customers can test the DEX MCP server in less than one minute by visiting the website for Cloudflare's AI Playground.
19+
Cloudflare's AI Playground is a great way to quickly try out a new MCP Server.
20+
21+
You can test the DEX MCP server in less than one minute by visiting the AI Playground's website.
2022

2123
1. Copy the URL for the DEX MCP server: `https://dex.mcp.cloudflare.com/sse`.
2224
2. Open [playground.ai.cloudflare.com](https://playground.ai.cloudflare.com) in a browser.
2325
3. Find the section in the left sidebar titled **MCP Servers**.
2426
4. Paste the URL for the DEX MCP server into the URL input box and select **Connect**.
2527
5. Authenticate your Cloudflare account, and then start asking questions about your DEX data.
2628

27-
Today, Cloudflare's AI Playground is a great way to quickly try out a new MCP Server.
28-
2929
:::note
3030
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".
3131
:::
@@ -70,12 +70,16 @@ All tiers of Google AI Free, Pro, and Ultra offer an MCP server integration via
7070

7171
You will need to use a CLI of your choice and npm or homebrew to install and access the Gemini CLI.
7272

73+
{/* prettier-ignore-start */}
74+
7375
1. Visit the GitHub page for the [Gemini CLI](https://github.com/google-gemini/gemini-cli) and follow the installation instructions.
7476
2. Navigate to the `settings.json` file for your Gemini CLI install and open it in a text editor of your choice.
7577

76-
File path for the `settings.json` file in different operating systems:
78+
<details>
79+
<summary>File path for the `settings.json` file</summary>
7780
- Windows: `%USERPROFILE%\.gemini\settings.json`
7881
- Mac and Linux: `~/.gemini/settings.json`
82+
</details>
7983

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

@@ -97,6 +101,8 @@ You will need to use a CLI of your choice and npm or homebrew to install and acc
97101
6. Authenticate the email associated with your Cloudflare account in the Gemini CLI.
98102
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".
99103

104+
{/* prettier-ignore-end */}
105+
100106
### ChatGPT
101107

102108
You need a ChatGPT Pro or Business account to configure an MCP server. ChatGPT Free and Plus do not support MCP servers.

0 commit comments

Comments
 (0)