Odel
healthchecks io mcp

healthchecks io mcp

Local
@ronniechongTypeScriptMITUpdated 1w ago

Unofficial MCP server for managing Healthchecks.io checks via the Management API

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

npm@digitalronin/healthchecks-io-mcpv2.1.1

Run

npx -y @digitalronin/healthchecks-io-mcp

MCP client config

{
  "mcpServers": {
    "healthchecks-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@digitalronin/healthchecks-io-mcp"
      ]
    }
  }
}