← Back to browse

MCP Health Monitor

Indexed by io.github.oaslananka

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 varsHEALTH_MONITOR_DB HEALTH_MONITOR_AUTO_CHECK
Claude Code
claude mcp add --env HEALTH_MONITOR_DB= --env HEALTH_MONITOR_AUTO_CHECK= mcp-health-monitor -- npx mcp-health-monitor
Cursor

Add to 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.