Odel
mcp server health monitor

mcp server health monitor

Local
@dbsectrainerTypeScriptMITUpdated 4mo ago

Health monitoring for all your MCP servers

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-server-health-monitorv1.0.0

Run

npx -y mcp-server-health-monitor

MCP client config

{
  "mcpServers": {
    "mcp-server-health-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-health-monitor"
      ]
    }
  }
}