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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ Or, if you'd like to try it out with the [ClickHouse SQL Playground](https://sql
100
100
101
101
2. Add the following variables to a `.env` file in the root of the repository.
102
102
103
+
*Note: The use of the `default` user in this context is intended solely for local development purposes.*
104
+
103
105
```
104
106
CLICKHOUSE_HOST=localhost
105
107
CLICKHOUSE_PORT=8123
@@ -120,6 +122,9 @@ The following environment variables are used to configure the ClickHouse connect
120
122
*`CLICKHOUSE_USER`: The username for authentication
121
123
*`CLICKHOUSE_PASSWORD`: The password for authentication
122
124
125
+
> [!CAUTION]
126
+
> 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.
127
+
123
128
#### Optional Variables
124
129
*`CLICKHOUSE_PORT`: The port number of your ClickHouse server
125
130
- Default: `8443` if HTTPS is enabled, `8123` if disabled
0 commit comments