Skip to content

Commit a232ef3

Browse files
authored
Merge pull request #4207 from ClickHouse/pjhampton/fix-remote-mcp-url
Fix remote mcp server url
2 parents eb3f3e2 + d8c5fd7 commit a232ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/use-cases/AI_ML/MCP/01_remote_mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Join the waitlist by filling out the form at [clickhouse.ai](https://www.clickho
4343
2. Copy the URL of the ClickHouse Cloud MCP Server from the `Connect` view or below
4444

4545
```bash
46-
https://mcp.clickhouse.com/mcp
46+
https://mcp.clickhouse.cloud/mcp
4747
```
4848

4949
## Add the ClickHouse MCP Server in Claude Code {#add-clickhouse-mcp-server-claude-code}
5050

5151
1. In your working directory, run the following command to add the ClickHouse Cloud MCP Server configuration to Claude Code. In this example, we named the MCP server in the Claude Code config `clickhouse_cloud`
5252

5353
```bash
54-
claude mcp add --transport http clickhouse_cloud https://mcp.clickhouse.com/mcp
54+
claude mcp add --transport http clickhouse_cloud https://mcp.clickhouse.cloud/mcp
5555
```
5656

5757
1b. Depending on the MCP Client used, you can also edit the JSON config directly
@@ -60,7 +60,7 @@ claude mcp add --transport http clickhouse_cloud https://mcp.clickhouse.com/mcp
6060
{
6161
"mcpServers": {
6262
"clickhouse-remote": {
63-
"url": "https://mcp.clickhouse.com/mcp"
63+
"url": "https://mcp.clickhouse.cloud/mcp"
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)