clickhouse_mcp_server
1
The ClickHouse MCP Server project facilitates the integration of ClickHouse databases with AI applications using the Model Context Protocol. It supports listing databases and executing SQL queries with secure communication.
ClickHouse MCP Server
This project implements a Model Context Protocol (MCP) server for ClickHouse, enabling integration with Large Language Models and AI applications.
Features
- List ClickHouse databases and tables
- Retrieve table schemas
- Execute SELECT queries
- Secure communication using MCP protocol
Requirements
- Python 3.10+
- ClickHouse server
Usage
Run the server to start listening for MCP requests.