healthchecks-io-mcp
Rank #15,300io.github.ronniechong/healthchecks-io-mcp
Unofficial MCP server for managing Healthchecks.io checks via the Management API
healthchecks-io-mcp is a Model Context Protocol (MCP) server published by ronniechong. It ranks #15,300 of 132,046 servers tracked on MCP Toplist. healthchecks-io-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 9, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 116,746 of 132,046 servers on MCP Toplist.
Use healthchecks-io-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add healthchecks-io-mcp -e "HEALTHCHECKS_API_KEY=<your HEALTHCHECKS_API_KEY>" -- npx -y @digitalronin/healthchecks-io-mcpReplace each placeholder with your own value before saving.
[mcp_servers.healthchecks-io-mcp]
command = "npx"
args = ["-y", "@digitalronin/healthchecks-io-mcp"]
[mcp_servers.healthchecks-io-mcp.env]
HEALTHCHECKS_API_KEY = "<your HEALTHCHECKS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"healthchecks-io-mcp": {
"command": "npx",
"args": [
"-y",
"@digitalronin/healthchecks-io-mcp"
],
"env": {
"HEALTHCHECKS_API_KEY": "<your HEALTHCHECKS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"healthchecks-io-mcp": {
"command": "npx",
"args": [
"-y",
"@digitalronin/healthchecks-io-mcp"
],
"env": {
"HEALTHCHECKS_API_KEY": "<your HEALTHCHECKS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"healthchecks-io-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@digitalronin/healthchecks-io-mcp"
],
"env": {
"HEALTHCHECKS_API_KEY": "<your HEALTHCHECKS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"healthchecks-io-mcp": {
"command": "npx",
"args": [
"-y",
"@digitalronin/healthchecks-io-mcp"
],
"env": {
"HEALTHCHECKS_API_KEY": "<your HEALTHCHECKS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"healthchecks-io-mcp": {
"command": "npx",
"args": [
"-y",
"@digitalronin/healthchecks-io-mcp"
],
"env": {
"HEALTHCHECKS_API_KEY": "<your HEALTHCHECKS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ronniechong%2Fhealthchecks-io-mcp)<a href="https://mcptoplist.com/server/io.github.ronniechong%2Fhealthchecks-io-mcp"><img src="https://mcptoplist.com/badge/io.github.ronniechong%2Fhealthchecks-io-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ronniechong
Available versions (3)
| Version | Published |
|---|---|
| 2.1.1 | Aug 18, 2026 |
| 2.1.0 | Aug 9, 2026 |
| 2.0.1 | Aug 9, 2026 |
Frequently asked questions
- Who maintains healthchecks-io-mcp?
- healthchecks-io-mcp is maintained by ronniechong, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is healthchecks-io-mcp listed on the Official MCP Registry?
- Yes — healthchecks-io-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does healthchecks-io-mcp have?
- MCP Toplist tracks 3 versions of healthchecks-io-mcp, most recently published on Aug 18, 2026.
- Where can I find the source code for healthchecks-io-mcp?
- The source code for healthchecks-io-mcp is hosted at github.com/ronniechong/healthchecks-io-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.