Prometheus

Prometheus MCP Connector for Claude

F

Monitor your infrastructure with Prometheus — run PromQL queries, analyze metrics, and manage time-series data directly from your AI agent.

14 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Prometheus instance to any AI agent and transform your observability data into actionable insights through natural conversation.

What you can do

  • Instant & Range Queries — Evaluate complex PromQL expressions for real-time status or historical trends over specific time windows.
  • Metric Discovery — Find time series matching specific label selectors and explore available labels and their values across your environment.
  • Metadata Inspection — Retrieve detailed metadata about metrics scraped from targets to understand units, types, and help text.
  • Admin Operations — Create data snapshots, delete specific series, and clean tombstones (requires admin API enabled).
  • System Status — Inspect your Prometheus configuration, flags, and runtime information to ensure your monitoring stack is healthy.

How it works

  1. Subscribe to this server
  2. Enter your Prometheus Server URL (and optional Auth Token)
  3. Start querying your metrics from Claude, Cursor, or any MCP-compatible client

No more manual dashboard building just to answer a quick question about system health. Your AI acts as a dedicated SRE or DevOps engineer.

Who is this for?

  • SRE & DevOps Engineers — instantly troubleshoot incidents by querying metrics and checking configurations without leaving the terminal or chat.
  • Backend Developers — verify service performance and resource consumption directly from the code editor.
  • Platform Teams — automate infrastructure health reports and audit monitoring configurations via natural language.
prometheuspromqlmetricsobservabilitymonitoringsre

14 tools expose this connector's capabilities to your AI agent.

clean_tombstones

enable-admin-api to be enabled. Remove deleted data from disk

delete_series

enable-admin-api to be enabled. Delete data for a selection of series in a time range

get_label_values

Get all values for a specific label

get_labels

Get a list of all label names

get_metadata

Get metadata about metrics scraped from targets

query_range

Evaluate a PromQL expression over a range of time

query

Evaluate a PromQL expression at a single point in time

find_series

Find time series matching label selectors

create_snapshot

enable-admin-api to be enabled on the Prometheus server. Create a snapshot of all current data

get_status_buildinfo

Get Prometheus build information

get_status_config

Get the currently loaded Prometheus configuration (YAML)

get_status_flags

Get configured Prometheus flag values

get_status_runtimeinfo

Get Prometheus runtime information

get_status_tsdb

Get TSDB cardinality statistics

See how to talk to your AI agent using Prometheus.

Run an instant query for 'up' to see which targets are currently reachable.

I've executed the `query`. All 5 targets are currently returning a value of 1, meaning they are all 'up' and healthy.

Show me the average CPU usage for the last 30 minutes using query_range.

I've fetched the range data. The average CPU usage across your nodes peaked at 45% about 10 minutes ago and has since stabilized at 20%.

What is the metadata for the metric 'http_requests_total'?

Using `get_metadata`, I found that 'http_requests_total' is a Counter metric. It tracks the total number of HTTP requests received, partitioned by status code and method.

Yes. Use the `query` tool to evaluate any PromQL expression at a single point in time. This is perfect for checking current CPU usage, memory levels, or error rates.

Related Connectors