Prometheus MCP Server
Rank #534glama/pab1it0/prometheus-mcp-server
Provides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.
Prometheus MCP Server is a Model Context Protocol (MCP) server published by pab1it0. It ranks #534 of 58,900 servers tracked on MCP Toplist, and its repository has 450 GitHub stars. Prometheus MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 13 tracked versions. It was first listed on Mar 19, 2025 and most recently updated on May 1, 2026.
Ranks ahead of 58,366 of 58,900 servers on MCP Toplist.
Use Prometheus MCP Server
Add Prometheus MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pab1it0/prometheus-mcp-server:1.6.1"
],
"env": {
"PROMETHEUS_URL": "<your PROMETHEUS_URL>",
"PROMETHEUS_URL_SSL_VERIFY": "<your PROMETHEUS_URL_SSL_VERIFY>",
"PROMETHEUS_DISABLE_LINKS": "<your PROMETHEUS_DISABLE_LINKS>",
"PROMETHEUS_USERNAME": "<your PROMETHEUS_USERNAME>",
"PROMETHEUS_PASSWORD": "<your PROMETHEUS_PASSWORD>",
"PROMETHEUS_TOKEN": "<your PROMETHEUS_TOKEN>",
"ORG_ID": "<your ORG_ID>",
"PROMETHEUS_CLIENT_CERT": "<your PROMETHEUS_CLIENT_CERT>",
"PROMETHEUS_CLIENT_KEY": "<your PROMETHEUS_CLIENT_KEY>",
"PROMETHEUS_MCP_SERVER_TRANSPORT": "<your PROMETHEUS_MCP_SERVER_TRANSPORT>",
"PROMETHEUS_MCP_BIND_HOST": "<your PROMETHEUS_MCP_BIND_HOST>",
"PROMETHEUS_MCP_BIND_PORT": "<your PROMETHEUS_MCP_BIND_PORT>",
"PROMETHEUS_MCP_STATELESS_HTTP": "<your PROMETHEUS_MCP_STATELESS_HTTP>",
"PROMETHEUS_CUSTOM_HEADERS": "<your PROMETHEUS_CUSTOM_HEADERS>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries (1 delisted)
pab1it0
Other servers by pab1it0
View all pab1it0 servers →Available versions (13)
| Version | Published |
|---|---|
| 1.6.1 | May 1, 2026 |
| 1.6.0 | Mar 7, 2026 |
| 1.5.3 | Jan 21, 2026 |
| 1.5.2 | Dec 17, 2025 |
| 1.5.1 | Nov 22, 2025 |
| 1.5.0 | Nov 8, 2025 |
| 1.4.6 | Oct 28, 2025 |
| 1.4.4 | Oct 28, 2025 |
| 1.3.2 | Oct 14, 2025 |
| 1.3.1 | Oct 2, 2025 |
| 1.3.0 | Sep 21, 2025 |
| 1.2.6 | Sep 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Prometheus MCP Server?
- Provides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.
- Who maintains Prometheus MCP Server?
- Prometheus MCP Server is maintained by pab1it0, which publishes 5 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Prometheus MCP Server an official MCP server?
- Yes — Prometheus MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Prometheus MCP Server have?
- MCP Toplist tracks 13 versions of Prometheus MCP Server, most recently published on May 1, 2026.
- Where can I find the source code for Prometheus MCP Server?
- The source code for Prometheus MCP Server is hosted at github.com/pab1it0/prometheus-mcp-server.