What is the MCP Health Monitor MCP server?
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
How to install MCP Health Monitor
Copy-paste configuration for popular MCP clients.
HEALTH_MONITOR_DBCustom path for the SQLite database
HEALTH_MONITOR_AUTO_CHECKSet to '1' to enable background scheduled checks
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}{
"servers": {
"mcp-health-monitor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}claude mcp add mcp-health-monitor --env HEALTH_MONITOR_DB=<YOUR_HEALTH_MONITOR_DB> --env HEALTH_MONITOR_AUTO_CHECK=<YOUR_HEALTH_MONITOR_AUTO_CHECK> -- npx -y mcp-health-monitorRelated MCP servers
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
View repository →MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
View repository →Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
View repository →Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
View repository →SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.
View repository →Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
View repository →