MCP Health Monitor
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_DBCustom path for the SQLite database
HEALTH_MONITOR_AUTO_CHECKSet 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
Azure MCP Server
com.microsoft/azure
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
MCP KQL Server
io.github.4R9UN/mcp-kql-server
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
Azure
io.github.asklokesh/azure-mcp-server
MCP server for Azure API integration