mcp-clickhouse

mcp-clickhouse

3.3

If you are the rightful owner of mcp-clickhouse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server for ClickHouse.

The ClickHouse MCP Server is a specialized server designed to facilitate interaction with ClickHouse databases using the Model Context Protocol (MCP). It provides a set of tools that allow users to execute SQL queries, list databases, and list tables within a ClickHouse cluster. The server is configured to ensure that all queries are executed in a read-only mode, enhancing security and preventing unintended data modifications. The server is currently in a transitional phase, with improvements to the configuration process expected in future updates.

Features

  • run_select_query: Execute SQL queries on your ClickHouse cluster with read-only permissions.
  • list_databases: List all databases on your ClickHouse cluster.
  • list_tables: List all tables in a specified database.

Tools

  1. run_select_query

    Execute SQL queries on your ClickHouse cluster.

  2. list_databases

    List all databases on your ClickHouse cluster.

  3. list_tables

    List all tables in a database.