From c6de95934c7927a4832ebd1fc14a9c8b652c8a69 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:56:29 +0200 Subject: [PATCH] make clear that any LLM client supporting MCP can be used --- docs/use-cases/AI_ML/MCP/01_remote_mcp.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/use-cases/AI_ML/MCP/01_remote_mcp.md b/docs/use-cases/AI_ML/MCP/01_remote_mcp.md index a8599a8f179..29fd79fe05c 100644 --- a/docs/use-cases/AI_ML/MCP/01_remote_mcp.md +++ b/docs/use-cases/AI_ML/MCP/01_remote_mcp.md @@ -24,7 +24,7 @@ import img7 from '@site/static/images/use-cases/AI_ML/MCP/7usage_mcp.png'; # Enabling the ClickHouse Cloud Remote MCP Server -> This guide explains how to enable and use the ClickHouse Cloud Remote MCP Server. We will use Claude Code as an MCP Client for this example. +> This guide explains how to enable and use the ClickHouse Cloud Remote MCP Server. We will use Claude Code as an MCP Client for this example, but any LLM client that supports MCP can be used. :::note The remote server capability is currently available in private preview only. @@ -95,4 +95,6 @@ claude mcp add --transport http clickhouse_cloud https://mcp.clickhouse.cloud/mc Claude Code MCP Usage +Although this example used Claude code, you can use any LLM client that supports MCP by following similar steps. +