MCP Directory
Back

prometheus-mcp-server

by pab1it0 · Python · ★ 486

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

#ai#devops#llm#mcp#model-context-protocol#prometheus

Install

pip install git+https://github.com/pab1it0/prometheus-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "prometheus-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/pab1it0/prometheus-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://github.com/users/pab1it0/packages/container/package/prometheus-mcp-server) [](https://github.com/pab1it0/prometheus-mcp-server/pkgs/container/charts%2Fprometheus-mcp-server) [](https://github.com/pab1it0/prometheus-mcp-server/releases) [](https://codecov.io/gh/pab1it0/prometheus-mcp-server) [](https://github.com/pab1it0/prometheus-mcp-server/blob/main/LICENSE) Give AI assistants the power to query your Prometheus metrics. A [Model Context Protocol][mcp] (MCP) server that provides access to your Prometheus metrics and queries through standardized MCP interfaces, allowing AI assist…
Read full README on GitHub →

Related ai & ml servers