Catalog
MCP Health Monitor
Officialby oaslananka · TypeScript
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
Topics
automationdevopsdiagnosticshealth-checksmcpmodel-context-protocolmonitoringnodejsobservabilityoperationstypescriptuptime
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
HEALTH_MONITOR_ENCRYPTION_KEYsecretKey material used to encrypt Azure DevOps PAT tokens
HEALTH_MONITOR_RETENTION_DAYSNumber of days to retain health check history
HEALTH_MONITOR_MAX_CONCURRENCYMaximum number of concurrent scheduled checks
claude_desktop_config.json
{
"mcpServers": {
"health-monitor-mcp": {
"command": "npx",
"args": [
"-y",
"health-monitor-mcp@1.0.0"
],
"env": {
"HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>",
"HEALTH_MONITOR_ENCRYPTION_KEY": "<YOUR_HEALTH_MONITOR_ENCRYPTION_KEY>",
"HEALTH_MONITOR_RETENTION_DAYS": "<YOUR_HEALTH_MONITOR_RETENTION_DAYS>",
"HEALTH_MONITOR_MAX_CONCURRENCY": "<YOUR_HEALTH_MONITOR_MAX_CONCURRENCY>"
}
}
}
}