The reputation layer for AI skills, tools & agents

pab1it0/prometheus-mcp-server

Score: 60.2 Rank #88

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

Overview

pab1it0/prometheus-mcp-server is a Python MCP server licensed under MIT. A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces. Topics: ai, devops, llm, mcp, prometheus, model-context-protocol.

Ranked #88 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Has 16 contributors.

Actively maintained with commits in the last week.

Ecosystem

Python MIT
aidevopsllmmcpprometheusmodel-context-protocol

Signal Breakdown

Stars 379
Freshness 2d ago
Issue Health 87%
Contributors 16
Dependents 0
Forks 82
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for pab1it0/prometheus-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/pab1it0--prometheus-mcp-server)](https://agentrank-ai.com/tool/pab1it0--prometheus-mcp-server)
<a href="https://agentrank-ai.com/tool/pab1it0--prometheus-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/pab1it0--prometheus-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# Prometheus MCP Server

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 assistants to execute PromQL queries and analyze your metrics data.

[mcp]: https://modelcontextprotocol.io

## Getting Started

### Prerequisites

- Prometheus server accessible from your environment
- MCP-compatible client (Claude Desktop, VS Code, Cursor, Windsurf, etc.)

### Installation Methods

<details>
<summary><b>Claude Desktop</b></summary>

Add to your Claude Desktop configuration:

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

<details>
<summary>
Read full README on GitHub →
Are you the maintainer? Claim this listing