MCP Health Monitor
Rank #10,174io.github.oaslananka/mcp-health-monitor
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
MCP Health Monitor is a Model Context Protocol (MCP) server published by oaslananka. It ranks #10,174 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Health Monitor is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 8, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 105,286 of 115,460 servers on MCP Toplist.
Use MCP Health Monitor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-health-monitor -e "HEALTH_MONITOR_DB=<your HEALTH_MONITOR_DB>" -e "HEALTH_MONITOR_AUTO_CHECK=<your HEALTH_MONITOR_AUTO_CHECK>" -- npx -y mcp-health-monitorReplace each placeholder with your own value before saving.
[mcp_servers.mcp-health-monitor]
command = "npx"
args = ["-y", "mcp-health-monitor"]
[mcp_servers.mcp-health-monitor.env]
HEALTH_MONITOR_DB = "<your HEALTH_MONITOR_DB>"
HEALTH_MONITOR_AUTO_CHECK = "<your HEALTH_MONITOR_AUTO_CHECK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<your HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<your HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<your HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<your HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-health-monitor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<your HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<your HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<your HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<your HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<your HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<your HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}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.oaslananka%2Fmcp-health-monitor)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fmcp-health-monitor"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fmcp-health-monitor.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#436 · 19 vers
- easyeda-mcp-pro#1,340 · 9 vers
- SSH MCP Tool#2,734 · 7 vers
- Boardreadyops#2,766 · 6 vers
- Kicad Studio Kit#2,983 · 5 vers
- A2amesh#4,648 · 5 vers
- Fovux Kit#6,413 · 7 vers
- MCP Health Monitor#9,900 · 3 vers
- Toon Tools Vsx#10,159 · 5 vers
- MCP Infra Lens#10,175 · 2 vers
- notebooklm-mcp-pro#11,517
- MCP Debug Recorder#12,211 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Apr 8, 2026 |
| 1.0.1 | Apr 8, 2026 |
Frequently asked questions
- Who maintains MCP Health Monitor?
- MCP Health Monitor is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is MCP Health Monitor listed on the Official MCP Registry?
- Yes — MCP Health Monitor is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Health Monitor have?
- MCP Toplist tracks 2 versions of MCP Health Monitor, most recently published on Apr 8, 2026.
- Where can I find the source code for MCP Health Monitor?
- The source code for MCP Health Monitor is hosted at github.com/oaslananka/mcp-health-monitor.