clickhouse
Related Servers
Alternatives to clickhouse
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables executing SQL queries, listing databases, and listing tables on a ClickHouse cluster through natural language.Apache 2.0
- AlicenseAqualityDmaintenanceProvides AI agents safe, read-only access to a ClickHouse database, enabling table listing, query execution, schema inspection, and caching.658 npm6MIT

mcp-clickhouseofficial
AlicenseAqualityAmaintenanceClickHouse database integration with schema inspection and query capabilities3877Apache 2.0- FlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with ClickHouse analytics through a semantic layer, exposing datasets and metrics for natural-language querying.-
- AlicenseNot gradedqualityCmaintenanceEnables AI to execute SQL queries against MySQL and ClickHouse connections, retrieve and manage results, and inject them into the aiQueryLab VSCode IDE.Apache 2.0
- AlicenseAqualityCmaintenanceEnables MCP-capable AI clients to search ClickHouse logs, browse instances, databases, and tables, and inspect log histograms directly from a chat.71MIT
TDQS
Scored across 5 tools
Each tool serves a distinct purpose: list_databases and list_tables handle exploration, describe_table provides schema details, query is for read-only SELECTs, and execute handles DDL/DML. There is no overlap or ambiguity between them.
All tool names use consistent snake_case with a clear verb-noun pattern (list_*, describe_*, query, execute). The naming is uniform and predictable.
Five tools is well-scoped for a database server covering exploration, schema inspection, and data manipulation. Each tool is necessary and there is no bloat.
The tool surface covers the essential lifecycle of a ClickHouse database: listing databases and tables, inspecting schema, running SELECT queries, and executing all DDL/DML statements. No critical operations appear missing.