Odel
MCP Health Monitor

MCP Health Monitor

Local
@oaslananka2TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhealth-monitor-mcpv1.4.0

Run

npx -y health-monitor-mcp

MCP client config

{
  "mcpServers": {
    "mcp-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "health-monitor-mcp"
      ]
    }
  }
}