prometheus-mcp-server
If you are the rightful owner of prometheus-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Prometheus MCP 服务器是一个简化版的服务器,用于查询指标并提供 AI 分析。
search_metrics
按正则表达式搜索指标,返回匹配的指标名称列表。
get_metric_labels
获取指定指标的所有标签列表。
get_metric_label_values
获取指定指标标签的所有值列表。
query
执行PromQL即时查询,返回查询结果。
query_range
执行PromQL范围查询,返回范围查询结果。
query_chart
执行PromQL范围查询并生成图表,返回图表图片。