Back to directory
@pab1it0/prometheus-mcp-server

@pab1it0/prometheus-mcp-server

@pab1it0416

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

PrometheusmetricsmonitoringobservabilityPromQLcontext

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2025/3/19
Updated
2026/6/8