ClickHouse MCP provides a bridge between Claude and ClickHouse databases, enabling AI assistants to execute queries and retrieve data directly from ClickHouse instances. Built by Alex Novikov, it leverages the official ClickHouse Go client to establish secure connections with configurable authentication options. The implementation is containerized with Docker for easy deployment and includes comprehensive test coverage. This tool is particularly valuable for data analysis workflows requiring access to time-series data, analytics datasets, or large-scale data warehouses stored in ClickHouse without leaving the conversation interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Получение списка баз данных. Не требует аргументов.
Получение списка таблиц в выбранной базе данных. Параметры: database (string) - имя базы данных.
Получение схемы выбранной таблицы. Параметры: database (string) - имя базы данных, table (string) - имя таблицы.
Выполнение SQL запроса и получение результатов. Параметры: query (string) - SQL запрос, limit (int, optional) - ограничение на количество возвращаемых строк.