Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Prometheus MCP Server logo
MCP server

Prometheus MCP Server

Runs PromQL against a Prometheus server and hands the result back to the agent.

0
SaveVisit website ↗

Add it to your client

Community
Install
docker run -i --rm -e PROMETHEUS_URL ghcr.io/pab1it0/prometheus-mcp-server:latest
mcpServers
{
  "mcpServers": {
    "prometheus-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "PROMETHEUS_URL",
        "ghcr.io/pab1it0/prometheus-mcp-server:latest"
      ]
    }
  }
}
Transport
both
Runtime
Python
Auth
Not required
Tools
6
License
MIT
Tools
execute_queryexecute_range_querylist_metricsget_metric_metadataget_targetshealth_check

A community Python server that takes a Prometheus URL and exposes instant queries, range queries, metric discovery, metadata lookup and scrape target status. It speaks stdio by default but can also serve HTTP or SSE, including a stateless mode meant for running several replicas behind a load balancer. When the Prometheus endpoint is protected it supports basic auth, bearer tokens and client certificates.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?