← Back to Plugins
MCP Server MCP

MCP Health Monitor

github By github 👁 1 views ▲ 0 votes

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-health-monitor",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Custom path for the SQLite database",
          "format": "string",
          "name": "HEALTH_MONITOR_DB"
        },
        {
          "description": "Set to '1' to enable background scheduled checks",
          "format": "string",
          "name": "HEALTH_MONITOR_AUTO_CHECK"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...