MCP Health Monitor
About
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HEALTH_MONITOR_DB HEALTH_MONITOR_AUTO_CHECKClaude Code
claude mcp add --env HEALTH_MONITOR_DB= --env HEALTH_MONITOR_AUTO_CHECK= mcp-health-monitor -- npx mcp-health-monitor
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-health-monitor","command":"npx","args":["mcp-health-monitor"],"env":{"HEALTH_MONITOR_DB":"","HEALTH_MONITOR_AUTO_CHECK":""}}'
JSON
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "",
"HEALTH_MONITOR_AUTO_CHECK": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.