MCP Health Monitor runs on your own machine — the client starts it, so there is no endpoint to ping.
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-health-monitor -- npx -y mcp-health-monitor
{
"mcpServers": {
"mcp-health-monitor": {
"args": [
"-y",
"mcp-health-monitor"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-health-monitor]
command = "npx"
args = ["-y", "mcp-health-monitor"]
{
"mcpServers": {
"mcp-health-monitor": {
"args": [
"-y",
"mcp-health-monitor"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-health-monitor": {
"args": [
"-y",
"mcp-health-monitor"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
HEALTH_MONITOR_DB (Custom path for the SQLite database), HEALTH_MONITOR_AUTO_CHECK (Set to '1' to enable background scheduled checks).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates
MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents
An MCP server that provides DevOps and DevSecOps context for the project
Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.
Answers built from our own checks of this server.