Catalog
io.github.oaslananka/mcp-health-monitor
OfficialMCP Health Monitor
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status.
README not available yet.
Install
Configuration
Environment variables
HEALTH_MONITOR_DBCustom path for the SQLite database
HEALTH_MONITOR_AUTO_CHECKSet to '1' to enable background scheduled checks
claude_desktop_config.json
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor@1.0.2"
],
"env": {
"HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}