Prometheus MCP Server
Rank #1,239io.github.tjhop/prometheus-mcp-server
MCP server providing prometheus-server capabilities
Prometheus MCP Server is a Model Context Protocol (MCP) server published by tjhop. It ranks #1,239 of 115,460 servers tracked on MCP Toplist, and its repository has 92 GitHub stars. Prometheus MCP Server is listed across 5 registries — Official MCP, PulseMCP, mcp.so, Smithery and Glama, with 13 tracked versions. It was first listed on May 2, 2025 and most recently updated on Mar 21, 2026.
Ranks ahead of 114,221 of 115,460 servers on MCP Toplist.
Use Prometheus MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add prometheus-mcp-server -- docker run -i --rm ghcr.io/tjhop/prometheus-mcp-server:0.14.0[mcp_servers.prometheus-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/tjhop/prometheus-mcp-server:0.14.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.14.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.14.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"prometheus-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.14.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.14.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tjhop/prometheus-mcp-server:0.14.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tjhop%2Fprometheus-mcp-server)<a href="https://mcptoplist.com/server/io.github.tjhop%2Fprometheus-mcp-server"><img src="https://mcptoplist.com/badge/io.github.tjhop%2Fprometheus-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
tjhop
Available versions (13)
| Version | Published |
|---|---|
| 0.17.0 | Mar 21, 2026 |
| 0.16.0 | Mar 10, 2026 |
| 0.15.0 | Feb 4, 2026 |
| 0.14.0 | Jan 2, 2026 |
| 0.13.0 | Dec 18, 2025 |
| 0.12.0 | Nov 26, 2025 |
| 0.11.0 | Nov 21, 2025 |
| 0.10.0 | Oct 28, 2025 |
| 0.9.0 | Oct 24, 2025 |
| 0.8.0 | Oct 9, 2025 |
| 0.7.1 | Oct 6, 2025 |
| v0.7.1 | Oct 5, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Prometheus MCP Server?
- Prometheus MCP Server is maintained by tjhop, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is Prometheus MCP Server listed on the Official MCP Registry?
- Yes — Prometheus MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so, Smithery and Glama.
- How many versions does Prometheus MCP Server have?
- MCP Toplist tracks 13 versions of Prometheus MCP Server, most recently published on Mar 21, 2026.
- Where can I find the source code for Prometheus MCP Server?
- The source code for Prometheus MCP Server is hosted at github.com/tjhop/prometheus-mcp-server.