prometheus-mcp-server

pab1it0/prometheus-mcp-server
★ 379 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prometheus-mcp-serve": {
      "command": "uvx",
      "args": [
        "prometheus-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install prometheus-mcp-server

Topics

aidevopsllmmcpmodel-context-protocolprometheus