Prometheus
By thumbsupordown
The Prometheus MCP server connects AI agents to a Prometheus monitoring server. Agents can run PromQL instant and range queries, list available metrics with filtering, read metric metadata, inspect scrape targets, and check server health — giving assistants direct access to time-series metrics and observability data.
Tools
execute_query
Execute a PromQL instant query against Prometheus.
execute_range_query
Execute a PromQL range query over a chosen time window.
get_metric_metadata
Get metadata for a single metric or a bulk selection.
get_targets
Get the Prometheus scrape targets and their state.
health_check
Check the health and status of the Prometheus server.
list_metrics
List the available metrics with filtering and paging.