← Index

MCP Health Monitor

io.github.oaslananka/mcp-health-monitor·v1.0.2·Azure
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-health-monitor"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "<health_monitor_db>",
        "HEALTH_MONITOR_AUTO_CHECK": "<health_monitor_auto_check>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-health-monitor"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "<health_monitor_db>",
        "HEALTH_MONITOR_AUTO_CHECK": "<health_monitor_auto_check>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-health-monitor
§02  Environment variables
HEALTH_MONITOR_DB

Custom path for the SQLite database

HEALTH_MONITOR_AUTO_CHECK

Set to '1' to enable background scheduled checks

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Azure