mcp-clickhouse logo

mcp-clickhousemcp-clickhouse MCP server

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יוני 2026

סקירה

המפרש mcp-clickhouse הוא תחנת MCP ל-ClickHouse. הוא כולל כלי ClickHouse, כמו ריצה של טרדביות SQL (run_query) לריצת משפטי SQL על קבוצת ClickHouse שלך, רשימת קבצי מיינורה (list_databases) כדי לרשום קבצים כלל (all) על קבוצת ClickHouse שלך, ורשימת שולחנות (list_tables) לרשום שולחנות בקבצי (tables) של קבצי-מיינורה (database) עם היידפי (pagination). כמו כן, הוא כולל כלי ChDB, כמו run_chdb_select_query, כדי לרץ תרדביות SQL המאמצות (use) מנוע ClickHouse נבנה-בתוך (embedded) של chDB. הוא גם מספק נקודת-סיועה (endpoint) Health Check כדי לבדוק תקינות של השרת. כמו כן, הוא נותן מ cơ מ (mechanism) Of-security (security) כדי לאימות (auth) והיתר (authorize). השרת יכולה לעצב (set up) לשירותי-פנים (internal services), פיתוח-מקומי (local development), או עם מסמכי-התאמה OAuth/OIDC (authentication providers) באמצע פאסט-MCP (FastMCP).

תכונות עיקריות

  • run_query לריצת פקודי SQL (SQL) על קבוצת ClickHouse
  • רשימת קבצי-מיינורה (list_databases) כדי לרשום קבצי (databases) כלל (all) על קבוצת ClickHouse
  • רשימת שולחנות (list_tables) לרשום שולחנות (tables) בקבצי (database) עם היידפי (pagination)
  • run_chdb_select_query לריצות-פקודת SQL (SQL) המאמצות (use) מנוע ClickHouse נבנה-בתוך (embedded) של chDB
  • נקודת-סיועה (endpoint) Health Check לרישום של השרת
  • מ ו- (modes) Of-authentication (authentication) שכלל-אחד (multiple) , כמ ו- (including) OAuth ו- (and) OIDC באמ- (through) FastMCP

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

Monitoring ClickHouse Server Health

השימ (use) Of Health Check Endpoint ב- (Endpoint)- to לנ (monitor ) ע (of) health- (server) של-ClickHouse . ,

Executing SQL Queries on ClickHouse

הש (use) Of ClickHouse Tools, כ- (like) run_query, ל- (for ) execution (Query- ) SQL (SQL)

Securing ClickHouse Server

ה (use) Of Of- (multiple- ) authentication- (authentication) modes, כ- (including) (including) OAuth ו- (and) OIDC , to-implement- (through) FastMCP

יתרונות וחסרונות

יתרונות

  • איפש (allows) לריצת פקודי (queries) SQL (SQL) על קבוצת ClickHouse
  • תומ (supports) Of-authentication (authentication) מס (modes) שכל אחד, כמ (including) (including) OAuth ו- (and) OIDC
  • יש (has) Health Check Endpoint - (endpoint) לרישי (for ) monitoring- (monitor) של שר (server)

חסרונות

  • מתאים רק לשירותים פנימיים עקב חששות בטיחות
  • גמישות מוגבלת בביצוע השאילתות
  • דורש קונפיגורציה נכונה של אימות והרשאה

שיא קרבות

ב-1 קרב בפנתאון.

0
1
0
2
1
3

Last battle

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

Can mcp-clickhouse execute write queries on the ClickHouse cluster?

Queries run in read‑only mode by default (`CLICKHOUSE_ALLOW_WRITE_ACCESS=false`). Write access can be enabled explicitly if needed, allowing `run_query` to execute INSERT or UPDATE statements when the server is configured to permit writes.

Asked by Celia Ramirez · Aug 6, 2025

What pagination options are available when listing tables in a database?

The `list_tables` tool supports pagination via `page_token` and `page_size` parameters. By default it returns 50 tables per page, but you can adjust `page_size` and use the returned `next_page_token` to fetch subsequent pages, optionally filtering with `like` or `not_like`.

Asked by Marisol Pena · Jul 31, 2025

How can I monitor the health of the mcp-clickhouse server in a Kubernetes environment?

The server exposes an unauthenticated health check endpoint at `/health` that returns `200 OK` with body `OK` when it can connect to ClickHouse, and `503 Service Unavailable` otherwise. This endpoint is designed for liveness/readiness probes in Kubernetes or load balancer checks.

Asked by Kwame Mensah · Jul 8, 2025

What authentication methods does mcp-clickhouse support and how are they configured?

mcp-clickhouse supports multiple authentication modes, including OAuth and OIDC via FastMCP, as well as internal service authentication. Configuration is done through the FastMCP settings in the server’s JSON configuration, allowing you to enable the desired provider and set required credentials.

Asked by Stella Papadopoulos · Jun 21, 2025

שאל שאלה

חלופות לשרתי MCP