mcp-clickhouse
3
The ClickHouse MCP Server is a Model Context Protocol server designed for interacting with ClickHouse databases. It supports running SQL queries, listing databases, and tables within a ClickHouse cluster.
ClickHouse MCP Server
Features
Tools
- Execute SQL queries on a ClickHouse cluster using a tool called
run_select_query
. - List all databases and tables using
list_databases
andlist_tables
.
Configuration
- Install dependencies and setup the server using the provided instructions and configuration files.
Development
- Use Docker to start a ClickHouse cluster for testing and run the MCP server for development.