Skip to content

v0.1.0 — first usable chdb-mcp

Choose a tag to compare

@ShawnChen-Sirius ShawnChen-Sirius released this 18 May 04:32
· 2 commits to main since this release
934a917

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-mcp

See README for Claude Desktop / Cursor / VS Code connection setup.