Healthcheck
Freeby MCP Community
Programmatic health/liveness probe for MCP servers
v0.2.3Added Apr 12, 2026
Healthcheck MCP Server
Programmatic health/liveness probe for MCP servers
Installation
Reviews
Installation
Quick install
npx -y mcp-healthcheck
Add to claude_desktop_config.json
{
"mcpServers": {
"healthcheck": {
"command": "npx",
"args": ["-y", "mcp-healthcheck"]
}
}
}