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

カテゴリ

タグ