v0.1.0 — first usable chdb-mcp
First public release of chdb-mcp — an MCP server for chDB, the in-process SQL OLAP engine powered by ClickHouse.
Tools
| Tool | Purpose |
|---|---|
query(sql, format) |
Run any read-only SQL on the in-process session |
list_databases() |
Enumerate visible databases |
list_tables(database) |
List tables in a database |
describe_table(database, table) |
Column types for a table |
query_file(path, sql, format) |
Query a Parquet/CSV/JSON file inline |
get_sample_data(database, table, limit) |
First N rows of a table |
Install
pip install chdb-mcpSee README for Claude Desktop / Cursor / VS Code connection setup.