mcpbeat Sign in

MCP Prometheus MCP Server

local only

MCP Prometheus runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 4 Feb 2026.

A Model Context Protocol (MCP) server for Prometheus monitoring

Installs per day peak 39 · avg 11 · +102% w/w
a month agotoday
112
Installs / week
npm · mcp-prometheus
0
Stars
0 open issues
4 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Go

What changed 20

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 30 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 10 more, back to 30 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/index.js:1
этот файл ставится пользователю, но в репозитории его нет
const child = childProcess.spawn(resolveBinaryPath(), process.argv.slice(2), {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-mcp-registry.yaml:49
      - name: Update server.json version
        env:
          VERSION: ${{ steps.version.outputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-prometheus -- npx -y mcp-prometheus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-prometheus": {
      "args": [
        "-y",
        "mcp-prometheus"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-prometheus]
command = "npx"
args = ["-y", "mcp-prometheus"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-prometheus": {
      "args": [
        "-y",
        "mcp-prometheus"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-prometheus": {
      "args": [
        "-y",
        "mcp-prometheus"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Prometheus

same job, measured the same way
MCP Alertmanager
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus Alertmanager

74 installs/wk local only
Duplicacy MCP
by geiserx

MCP server for Duplicacy — monitor backup status and Prometheus metrics

41 installs/wk local only
MCP Server Health Monitor
by dbsectrainer

Health monitoring for all your MCP servers

29 installs/wk local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

70 installs/wk local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Riveter
by codywatters

MCP server for Riveter's enrichment, scraping, and monitoring API

118 installs/wk answering

MCP Prometheus — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Prometheus?
MCP Prometheus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-prometheus was installed 112 times last week.
How do I connect MCP Prometheus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-prometheus straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Prometheus?
The npm package mcp-prometheus was installed 112 times in the last week. Week over week that is +102%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Prometheus open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.