clickhouse-mcp

clickhouse-mcp

0

The project is an MCP-compatible server designed to interact with ClickHouse databases. It offers features such as database and table management, SQL execution, and supports multiple transport methods. It is configured to run in different environments, including Docker.

get_databases

Get the database list

get_tables

Get a list of tables in the specified database

get_schema

Get the structure of the specified table

query

Execute SQL query and get results