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. 135 installs a week from npm. Last commit 23 Jul 2026.

Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics

Installs per day peak 39 · avg 11 · -5% w/w
a month agotoday
135
Installs / week
npm · health-monitor-mcp
2
Stars
9 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Health Monitor every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 health-monitor-mcp -- npx -y health-monitor-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "health-monitor-mcp": {
      "args": [
        "-y",
        "health-monitor-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.health-monitor-mcp]
command = "npx"
args = ["-y", "health-monitor-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "health-monitor-mcp": {
      "args": [
        "-y",
        "health-monitor-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "health-monitor-mcp": {
      "args": [
        "-y",
        "health-monitor-mcp"
      ],
      "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), HEALTH_MONITOR_RETENTION_DAYS (Number of days to retain health check history), HEALTH_MONITOR_MAX_CONCURRENCY (Maximum concurrent scheduled and interactive server checks), GITHUB_TOKEN (Optional GitHub token with Actions read access for private repositories and higher API rate limits), GITLAB_TOKEN (Optional GitLab token with read access to private projects, pipelines, jobs, and traces), HEALTH_MONITOR_GITLAB_BASE_URL_ALLOWLIST (Comma-separated self-hosted GitLab HTTPS origins allowed for monitoring), HEALTH_MONITOR_HTTP_TARGET_ALLOWLIST (Comma-separated private HTTP(S) origins allowed only in the full runtime profile). 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
Infra Health & SSL Monitor MCP
by ansarii

Monitors TLS/SSL certificate expiry, DNS resolution, and TCP port status for AI agents.

answering
ellmos ServerCommander
by ellmos-ai

Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.

80 installs/wk local only
Sentinal MCP
by musaraf-m

Redis health, BullMQ queue monitoring, memory analysis, and slow query diagnostics

38 installs/wk local only
LDAP Assistant MCP
by droideck

MCP server for 389 Directory Server health diagnostics, log analysis, and SOS-report investigation

54 installs/wk local only
ProjectPulse MCP
by alexbypa

Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.

227 installs/wk local only
Kafka Dataops MCP
by aguantar

DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring

76 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
DNS Doctor
by dnsdoctor

Scan, fix, verify and monitor DNS: SPF, DMARC, DKIM, propagation, health, expiry. Validated fixes.

346 installs/wk 20 tools answering

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 health-monitor-mcp was installed 135 times last week.
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 health-monitor-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Health Monitor?
The npm package health-monitor-mcp was installed 135 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Health Monitor open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.