VictoriaMetrics-mcp-server logo

VictoriaMetrics-mcp-serverשרת MCP עבור VictoriaMetrics.

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

סקירה

שרת MCP עבור VictoriaMetrics היא כלי שנועד לקלה את האינטראקציה עם מאגר הנתונים של VictoriaMetrics. הדוקומנטציה של API מספקת רשימה של מתודות אקספוניבל, כולל vm_data_write, האומרת לממשק את הנתונים למאגר וictoriaMetrics, vm_prometheus_write, האומרת להעביר נתונים בפורמט exposition של Prometheus, vm_query_range, האומרת לחפש סדרה של נתונים על - תקופה מסוימה, vm_query, האומרת להשיג את הערך הנוכחי של הסדרה, vm_labels, האומרת להשיג כל השם-שדות, ו vm_label_values, האומרת לראות כל הערכים השימושיים, הכלי נראה נוצר לעבוד עם מאגר הנתונים של VictoriaMetrics, עם דגש על ניהול נתונים ובקשות.

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

  • vm_data_write
  • vm_prometheus_write
  • vm_query_range
  • vm_query
  • vm_labels
  • vm_label_values

תמחור

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

מקרי שימוש

Monitoring and Alerting

שימוש VictoriaMetrics-mcp-server כדי לכתוב ולחפש נתוני נקודת מידע עבור שק וא-ר

Time-Series Analysis

שימוש VictoriaMetrics-mcp-server כדי לחפש ולנת data - - series - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }

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

יתרונות

  • מספק ממשק נוח לעבוד עם VictoriaMetrics
  • תומך בכתיבת נתונים נוצר Promethues
  • מאפשר חפש דייל סדרת ה - זמן יישומים ופרדה

חסרונות

  • תמיכה מוגבלת והקהל תמיכה
  • תלוי VictoriaMetrics, הכלי

ביקורות

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

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

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

Can I retrieve all label names and the possible values for a specific label, and how?

Yes. Call vm_labels to get a list of all unique label names. To get values for a particular label, use vm_label_values and provide the label name as the required parameter.

Asked by Mateusz Wozniak · Feb 10, 2026

What parameters are required to query a time‑range series, and are start/end timestamps optional?

Only the PromQL query string is required for vm_query_range; start, end, and step are optional. If omitted, the server uses default time bounds and resolution.

Asked by Nadia Petrova · Feb 7, 2026

How do I write raw metric data versus Prometheus formatted data using the MCP Server?

Use the vm_data_write method to send metric objects with explicit tags, values, and timestamps. For Prometheus exposition format, call vm_prometheus_write and provide the data string in Prometheus format.

Asked by Fatima Zahra · Dec 22, 2025

שאל שאלה

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