MCPServers
ClickHouse - MCP server logo

ClickHouse

0
0
0

Summary

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.

Available Actions(4)

get_databases

Retrieve a list of databases.

get_tables

Retrieve a list of tables in the specified database. Parameters: database (string)

get_schema

Retrieve the schema of the specified table. Parameters: database (string), table (string)

query

Execute an SQL query and retrieve results. Parameters: query (string), limit (optional integer)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签