Skip to content

Healthcheck

Free

by MCP Community

Programmatic health/liveness probe for MCP servers

v0.2.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Healthcheck MCP Server

Programmatic health/liveness probe for MCP servers

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-healthcheck
Add to claude_desktop_config.json
{
  "mcpServers": {
    "healthcheck": {
      "command": "npx",
      "args": ["-y", "mcp-healthcheck"]
    }
  }
}