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
* Set to `"false"` to disable ClickHouse tools when using chDB only
198
-
199
186
#### ClickHouse Variables
200
187
201
-
#### Required Variables
188
+
#####Required Variables
202
189
203
190
*`CLICKHOUSE_HOST`: The hostname of your ClickHouse server
204
191
*`CLICKHOUSE_USER`: The username for authentication
@@ -207,7 +194,7 @@ The following environment variables are used to configure the ClickHouse and chD
207
194
> [!CAUTION]
208
195
> It is important to treat your MCP database user as you would any external client connecting to your database, granting only the minimum necessary privileges required for its operation. The use of default or administrative users should be strictly avoided at all times.
209
196
210
-
#### Optional Variables
197
+
#####Optional Variables
211
198
212
199
*`CLICKHOUSE_PORT`: The port number of your ClickHouse server
213
200
* Default: `8443` if HTTPS is enabled, `8123` if disabled
@@ -227,6 +214,19 @@ The following environment variables are used to configure the ClickHouse and chD
227
214
*`CLICKHOUSE_DATABASE`: Default database to use
228
215
* Default: None (uses server default)
229
216
* Set this to automatically connect to a specific database
0 commit comments