PluginBench
MCP Server

MCP Health Monitor MCP Server

io.github.oaslananka/mcp-health-monitor

What is the MCP Health Monitor MCP server?

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

How to install MCP Health Monitor

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HEALTH_MONITOR_DB

    Custom path for the SQLite database

  • HEALTH_MONITOR_AUTO_CHECK

    Set to '1' to enable background scheduled checks

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-health-monitor"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
        "HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-health-monitor"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
        "HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-health-monitor"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
        "HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-health-monitor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-health-monitor"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "<YOUR_HEALTH_MONITOR_DB>",
        "HEALTH_MONITOR_AUTO_CHECK": "<YOUR_HEALTH_MONITOR_AUTO_CHECK>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-health-monitor --env HEALTH_MONITOR_DB=<YOUR_HEALTH_MONITOR_DB> --env HEALTH_MONITOR_AUTO_CHECK=<YOUR_HEALTH_MONITOR_AUTO_CHECK> -- npx -y mcp-health-monitor

Related MCP servers

Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.

View repository →

MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.

View repository →

Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.

View repository →

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

View repository →

SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.

View repository →

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

View repository →