Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/use-cases/AI_ML/MCP/01_remote_mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# 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.

Check warning on line 27 in docs/use-cases/AI_ML/MCP/01_remote_mcp.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.FutureTense

Instead of future tense 'will use', use present tense.

:::note
The remote server capability is currently available in private preview only.
Expand Down Expand Up @@ -95,4 +95,6 @@

<Image img={img7} alt="Claude Code MCP Usage" size="md"/>

Although this example used Claude code, you can use any LLM client that supports MCP by following similar steps.

</VerticalStepper>