Back to MCP Servers
🔌

pab1it0/prometheus-mcp-server

MITAPI key required

🐍 ☁️ - Query and analyze Prometheus, open-source monitoring system.

PythonProductivity

Install

npx -y pab1it0-prometheus-mcp-server

Required environment variables

PROMETHEUS_TOKENSet in your MCP config
PROMETHEUS_CLIENT_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "pab1it0-prometheus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pab1it0-prometheus-mcp-server"
      ],
      "env": {
        "PROMETHEUS_TOKEN": "<YOUR_PROMETHEUS_TOKEN>",
        "PROMETHEUS_CLIENT_KEY": "<YOUR_PROMETHEUS_CLIENT_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.