Back to directory
pab1it0/prometheus-mcp-server

pab1it0/prometheus-mcp-server

@pab1it0

A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.

prometheusmetricsmonitoringpromqlobservabilitymcpaitool

Installation & Configuration

{
  "mcpServers": {
    "prometheus": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "PROMETHEUS_URL",
        "ghcr.io/pab1it0/prometheus-mcp-server:latest"
      ],
      "env": {
        "PROMETHEUS_URL": "<your-prometheus-url>"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/12
Updated
2026/6/12