pab1it0/prometheus-mcp-server
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
Dependents medium impact
Matched Queries
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