mcpbeat Sign in

MCP Health Monitor MCP Server

local only

MCP Health Monitor runs on your own machine — the client starts it, so there is no endpoint to ping.

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · mcp-health-monitor
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: HEALTH_MONITOR_DB (Custom path for the SQLite database), HEALTH_MONITOR_AUTO_CHECK (Set to '1' to enable background scheduled checks). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Health Monitor

same job, measured the same way
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

51 installs/wk local only
Azure DevOps On-Premises
by zwitbaum

MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.

401 installs/wk local only
Azure Boards MCP
by broisnischal

Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.

233 installs/wk local only
Docker MCP Server
by friendlygeorge

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

78 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
Linux MCP
by mohabdo21

Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.

local only
MCP Azure Devops
by dockndevai

Azure DevOps boards, repos, pipelines & projects for AI agents — governed.

489 installs/wk local only
Bussin MCP
by sgebb

MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.

627 installs/wk local only

MCP Health Monitor — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Health Monitor?
MCP 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-health-monitor.
Is MCP Health Monitor still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect MCP 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-health-monitor straight from npm; nothing to host, nothing to sign up for.