mcpbeat Sign in

MCP Server Health Monitor

local only

MCP Server Health Monitor runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 24 Mar 2026.

Health monitoring for all your MCP servers

Installs per day peak 27 · avg 7 · -9% w/w
a month agotoday
29
Installs / week
npm · mcp-server-health-monitor
0
Stars
0 open issues
24 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h 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.

Runs an external command src/auto-restart.ts:63
    const child = spawn(serverConfig.command, serverConfig.args ?? [], {

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-server-health-monitor -- npx -y mcp-server-health-monitor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-health-monitor": {
      "args": [
        "-y",
        "mcp-server-health-monitor"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-health-monitor]
command = "npx"
args = ["-y", "mcp-server-health-monitor"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-health-monitor": {
      "args": [
        "-y",
        "mcp-server-health-monitor"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-health-monitor": {
      "args": [
        "-y",
        "mcp-server-health-monitor"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Health Monitor

same job, measured the same way
Docker MCP Server
by friendlygeorge

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

78 installs/wk local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
Riveter
by codywatters

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

118 installs/wk answering
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only
Meok Neural Health Monitor MCP
by csoai-org

MEOK AI Labs - neural-health-monitor MCP server extracted from SOV3

117 installs/wk local only
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
Synology NAS
by cmeans

MCP server for Synology NAS — browse files, monitor health, and automate operations

183 installs/wk local only

MCP Server Health Monitor — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Health Monitor?
MCP Server Health Monitor 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-server-health-monitor was installed 29 times last week.
How do I connect MCP Server Health Monitor?
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-server-health-monitor straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Server Health Monitor?
The npm package mcp-server-health-monitor was installed 29 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Health Monitor open source?
Yes — it is published under the MIT licence, written in TypeScript 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.