greptimedb-mcp-server logo

greptimedb-mcp-serverיישום שרת פרוטוקול הקשר של המודל (MCP) עבור GreptimeDB

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

סקירה

שרת פרוטוקול הקשר של המודל (MCP) עבור GreptimeDB, בסיס נתונים של תצפית קוד פתוח שמטפל במדדים, לוגים ועקבות במנוע אחד. מאפשר לעוזרים מלאכותיים לשאילת וניתוח GreptimeDB באמצעות SQL, TQL (תואם PromQL) ושאילתות RANGE, עם תכונות אבטחה מובנות כגון אכיפת קריאה בלבד ומסיכת נתונים. התכונות הבולטות כוללות ביצוע שאילתות SQL, ניתוח תוכניות ביצוע שאילתות, בדיקת סטטוס חיבור המסד, וניהול צנריות ולוחות. כלים כוללים גם תבניות Jinja מובנות עבור משימות שונות כגון יצירת צנריות, ניתוח לוגים וכיוון ביצועי שאילתות.

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

  • ביצוע שאילתות SQL
  • ביצוע שאילתות TQL
  • שאילת טווח
  • תיאור טבלה
  • הסבר שאילתה
  • בדיקת בריאות

תמחור

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

מקרי שימוש

ניתוח נתוני תצפית

השתמש בשרת MCP כדי לנתח מדדים, לוגים ועקבות האחסנים ב-GreptimeDB

אינטגרציה עם עוזרי מלאכות

אינטגרציה עם עוזרים מלאכותיים עם GreptimeDB באמצעות שרת MCP עבור שאילתות וניתוח

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

יתרונות

  • מאפשר לעוזרים מלאכותיים לשאילת GreptimeDB
  • תומך בשאילתות SQL, TQL ו-RANGE
  • תכונות אבטחה מובנות כגון אכיפת קריאה בלבד ומסיכת נתונים

חסרונות

  • דורש הגדרת GreptimeDB
  • יכולות כתיבה מוגבלות (קריאה בלבד ברירת מחדל)

ביקורות

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

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

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

How do I configure the server for use with AI assistants like Claude Desktop?

Add an entry to Claude Desktop’s config file (e.g., `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS) under `mcpServers` with the command and args (`host localhost`, `database public`). The assistant will then route queries through the MCP server.

Asked by Sanjay Gupta · Nov 4, 2025

What query languages and output formats does the server support?

It supports SQL, TQL (PromQL‑compatible) and RANGE queries. The `execute_sql` tool can return results in CSV, JSON, or Markdown, and you can limit rows with the `limit` option.

Asked by Aisha Khan · Nov 1, 2025

Is the MCP server read‑only or can it write data to GreptimeDB?

The server is primarily read‑only; it enforces read‑only access and includes data‑masking security. Write capabilities are limited and not enabled by default.

Asked by Tobias Hartmann · Aug 25, 2025

How do I install and start the greptimedb‑mcp‑server?

Install via pip (`pip install greptimedb-mcp-server`). By default it connects to `localhost:4002` using the `public` database; just run `greptimedb-mcp-server` and it will start listening on that address.

Asked by Paloma Ruiz · Aug 7, 2025

שאל שאלה

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