ClickHouse
byHeadcrab
0Enables interaction with ClickHouse databases using the MCP protocol.
Acerca de
ClickHouse is an MCP-compatible server designed to facilitate seamless interaction with ClickHouse databases. It provides functionalities such as retrieving database lists, fetching table schemas, executing SQL queries, and supporting various transport methods like stdio and SSE. The server simplifies database management and querying through a standardized MCP interface.
Características Principales
- Fetches table schemas
- 0 GitHub stars
- Retrieves a list of databases
- Executes SQL queries
- Supports stdio and SSE transports
Casos de Uso
- Querying ClickHouse data using standardized requests
- Managing ClickHouse databases via MCP
- Integrating ClickHouse with MCP-based systems