From 7d6ea5930c248dfac5e1c1f5ae9cefd2367d2c5f Mon Sep 17 00:00:00 2001 From: Iddo Gino Date: Thu, 25 Jun 2026 14:50:20 -0700 Subject: [PATCH 1/2] Add Gamut as supported MCP client --- src/content/docs/browser-run/cdp/mcp-clients.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/browser-run/cdp/mcp-clients.mdx b/src/content/docs/browser-run/cdp/mcp-clients.mdx index 2319056b1a1..d38601e759e 100644 --- a/src/content/docs/browser-run/cdp/mcp-clients.mdx +++ b/src/content/docs/browser-run/cdp/mcp-clients.mdx @@ -92,6 +92,10 @@ Add to `~/.cursor/mcp.json`: Replace `ACCOUNT_ID` with your Cloudflare account ID and `API_TOKEN` with your Browser Run API token. You can obtain these from your Cloudflare dashboard. +### Gamut + +In your [Gamut](https://www.gamut.so/mcp/developer-tools/cloudflare) agent, go to **Connections**, click **Add Connection**, and search for **Cloudflare**. Click **+** to add it, then authenticate with your Cloudflare account when prompted. + For other MCP clients, refer to the [chrome-devtools-mcp documentation](https://github.com/ChromeDevTools/chrome-devtools-mcp/tree/main?tab=readme-ov-file#mcp-client-configuration). ## Example usage From 3b797d4dbb01ea931a1858a56d69bb8cdd3f69ea Mon Sep 17 00:00:00 2001 From: Iddo Gino Date: Thu, 25 Jun 2026 15:00:26 -0700 Subject: [PATCH 2/2] Address review: use 'select' instead of 'click', add API token prerequisite --- src/content/docs/browser-run/cdp/mcp-clients.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/browser-run/cdp/mcp-clients.mdx b/src/content/docs/browser-run/cdp/mcp-clients.mdx index d38601e759e..a596f3ffff8 100644 --- a/src/content/docs/browser-run/cdp/mcp-clients.mdx +++ b/src/content/docs/browser-run/cdp/mcp-clients.mdx @@ -21,7 +21,7 @@ The Model Context Protocol (MCP) is an open protocol that enables AI assistants ## Prerequisites - Node.js v20.19 or newer -- An MCP-compatible AI client (for example, Claude Desktop, Claude Code, Cursor, OpenCode) +- An MCP-compatible AI client (for example, Claude Desktop, Claude Code, Cursor, OpenCode, Gamut) - A Browser Run API token with `Browser Rendering - Edit` permissions ## Configure your MCP client @@ -94,7 +94,7 @@ Replace `ACCOUNT_ID` with your Cloudflare account ID and `API_TOKEN` with your B ### Gamut -In your [Gamut](https://www.gamut.so/mcp/developer-tools/cloudflare) agent, go to **Connections**, click **Add Connection**, and search for **Cloudflare**. Click **+** to add it, then authenticate with your Cloudflare account when prompted. +In your [Gamut](https://www.gamut.so/mcp/developer-tools/cloudflare) agent, go to **Connections**, select **Add Connection**, and search for **Cloudflare**. Select **+** to add it, then authenticate with your Cloudflare account when prompted. Ensure your account has a Browser Run API token with `Browser Rendering - Edit` permissions as described in the [Prerequisites](#prerequisites). For other MCP clients, refer to the [chrome-devtools-mcp documentation](https://github.com/ChromeDevTools/chrome-devtools-mcp/tree/main?tab=readme-ov-file#mcp-client-configuration).