Odel
Healthchecks

Healthchecks

Local
@ni-cTypeScriptMITUpdated 3 days ago

Inspect, create and adjust Healthchecks cron and uptime checks, and read why one failed

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).

npmhealthchecks-mcpv0.2.0

Run

npx -y healthchecks-mcp

MCP client config

{
  "mcpServers": {
    "healthchecks": {
      "command": "npx",
      "args": [
        "-y",
        "healthchecks-mcp"
      ]
    }
  }
}
Dockerghcr.io/ni-c/healthchecks-mcp:0.2.0

Run

docker run -i --rm ghcr.io/ni-c/healthchecks-mcp:0.2.0

MCP client config

{
  "mcpServers": {
    "healthchecks": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ni-c/healthchecks-mcp:0.2.0"
      ]
    }
  }
}