VictoriaMetrics-mcp-server logo

VictoriaMetrics-mcp-serverVictoriaMetrics-mcp-server

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

VictoriaMetrics-mcp-server 是一款针对 VictoriaMetrics 的工具,旨在方便地与 VictoriaMetrics 数据库进行交互。 API 文档中列出了可用的方法,包括 vm_data_write,可以将数据写入 VictoriaMetrics 数据库,vm_prometheus_write 可以导入 Prometheus exposition format 格式的数据,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
评分
暂无评价

使用场景

监控和告警

使用 VictoriaMetrics-mcp-server 来写入和查询指标数据用于监控和告警

时间序列分析

使用 VictoriaMetrics-mcp-server 来查询和分析存储在 VictoriaMetrics 中的时间序列数据

优点 & 缺点

优点

  • 提供了一种便捷的接口与 VictoriaMetrics 进行交互
  • 支持以 Prometheus exposition format 格式写入数据
  • 支持在特定时间范围内查询数据

缺点

  • 文档和社区支持有限
  • 依赖于 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

提问

服务配缩器 的替代品