MCPServers
ClickHouse - MCP server logo

ClickHouse

3
0

Summary

This ClickHouse MCP server, developed by iskakaushik, provides a standardized interface for interacting with ClickHouse databases. Built with Python and leveraging the Model Context Protocol, it offers tools for executing SQL queries, listing databases, and enumerating tables. The server implements read-only query execution for safety and uses environment variables for configuration. By abstracting the complexities of ClickHouse's API, it enables AI systems to easily query and analyze large datasets stored in ClickHouse. This implementation is particularly valuable for applications requiring fast analytical processing, facilitating use cases such as real-time data exploration, log analysis, and large-scale reporting on time-series or event data.

Available Actions(3)

run_select_query

Execute SQL queries on your ClickHouse cluster. Input: sql (string): The SQL query to execute. All ClickHouse queries are run with readonly = 1 to ensure they are safe.

list_databases

List all databases on your ClickHouse cluster.

list_tables

List all tables in a database. Input: database (string): The name of the database.

Last Updated: April 30, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그