Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An MCP (Meta-Config Provider) server for ClickHouse, enabling SQL queries and database management via Claude.

GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
An MCP server for ClickHouse, designed to facilitate interaction with ClickHouse databases through the Claude interface.
run_select_query: Executes SQL SELECT queries on a ClickHouse cluster with readonly mode enabled for safety.
sql (string) - The SQL query to execute.list_databases: Lists all databases on the ClickHouse cluster.list_tables: Lists all tables within a specified database.
database (string) - The name of the database.Configuration involves modifying the Claude Desktop configuration file to include the MCP server details and ClickHouse connection parameters.
Key parameters include:
Local development setup involves using Docker Compose to run a ClickHouse cluster and setting up environment variables for connection details. The server can be easily tested using the mcp dev command.