You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove self-hosted and SQL Playground configs from README — the
detailed configuration options are already in POWER.md. Quick Start
now focuses on the Cloud path with a note pointing to alternatives.
Copy file name to clipboardExpand all lines: README.md
+3-65Lines changed: 3 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,12 @@ Kiro will run the right SQL, interpret the results, and give you actionable advi
22
22
-[Kiro IDE](https://kiro.dev) installed
23
23
- A ClickHouse database (Cloud, self-hosted, or the public SQL Playground)
24
24
25
-
### 1. Connect to ClickHouse
26
-
27
-
**ClickHouse Cloud (recommended):**
25
+
### 1. Enable MCP on Your Service
28
26
29
27
1. Log in to your [ClickHouse Cloud console](https://clickhouse.com/cloud)
30
28
2. Select your service → click **Connect** → enable **Remote MCP Server**
31
29
32
-
**Self-hosted ClickHouse:**
33
-
34
-
You'll need [uv](https://docs.astral.sh/uv/getting-started/installation/) installed, and your ClickHouse host credentials ready.
35
-
36
-
**Just want to try it out?** The public SQL Playground works with no credentials — see the [Configuration](#configuration) section.
30
+
> Self-hosted ClickHouse and the public [SQL Playground](https://sql.clickhouse.com) are also supported via the open-source [`mcp-clickhouse`](https://github.com/ClickHouse/mcp-clickhouse) package. See `POWER.md` for configuration details.
37
31
38
32
### 2. Install the Power
39
33
@@ -43,9 +37,7 @@ Open Kiro and install the **ClickHouse Database** power from the Powers panel, o
No config changes needed — the power ships with `mcp.json` pointing to `https://mcp.clickhouse.cloud/mcp`. Authentication is handled via OAuth on first use.
173
-
174
-
### Self-Hosted ClickHouse
175
-
176
-
Replace `mcp.json` with the open-source MCP server:
0 commit comments