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.
server.py
Main service program, start the MCP server
pytest
Used to run tests