Query, manage, and inspect ClickHouse databases directly through an AI assistant.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "clickhouse" yet — see the docs or source repo.
Connect to ClickHouse and query the daily order count, revenue, and average order value for the last 30 days, sorted by date ascending.
A query result with daily aggregated business metrics.
List all tables in the analytics database and show the columns, types, and partition details of the events table.
A list of database tables plus schema and metadata for the specified table.
Add a new String column named source to the user_logs table in ClickHouse, then verify the change succeeded.
The DDL change is executed and verified, confirming the schema update.
Give AI agents safe read-only access to ClickHouse data and schemas.
Query ClickHouse databases in natural language with per-call access controls.
Query ClickHouse clusters and list databases or tables via natural language.
Optimize ClickHouse queries, analyze pipeline latency, and monitor data quality safely.
Let AI query MySQL data and inspect schema through a standard interface.
Securely query MySQL with natural language, schemas, tables, and read-only SQL.