MCP Server Health Monitor
Rank #44,219io.github.dbsectrainer/mcp-server-health-monitor
MCP server providing server-health-monitor capabilities
MCP Server Health Monitor is a Model Context Protocol (MCP) server published by dbsectrainer. It ranks #44,219 of 115,591 servers tracked on MCP Toplist. MCP Server Health Monitor is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 71,372 of 115,591 servers on MCP Toplist.
Use MCP Server Health Monitor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-health-monitor -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y mcp-server-health-monitorReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-health-monitor]
command = "npx"
args = ["-y", "mcp-server-health-monitor"]
[mcp_servers.mcp-server-health-monitor.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-health-monitor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<your YOUR_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.dbsectrainer%2Fmcp-server-health-monitor)<a href="https://mcptoplist.com/server/io.github.dbsectrainer%2Fmcp-server-health-monitor"><img src="https://mcptoplist.com/badge/io.github.dbsectrainer%2Fmcp-server-health-monitor.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
dbsectrainer
Other servers by dbsectrainer
- MCP Agent Trace Inspector#44,214 · 2 vers
- MCP Cost Tracker Router#44,215 · 2 vers
- MCP Data Pipeline Connector#44,216 · 2 vers
- MCP Eval Runner#44,217 · 2 vers
- MCP Legal Doc Analyzer#44,218 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Health Monitor?
- MCP Server Health Monitor is maintained by dbsectrainer, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Server Health Monitor listed on the Official MCP Registry?
- Yes — MCP Server Health Monitor is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server Health Monitor have?
- MCP Toplist tracks 2 versions of MCP Server Health Monitor, most recently published on Mar 23, 2026.
- Where can I find the source code for MCP Server Health Monitor?
- The source code for MCP Server Health Monitor is hosted at github.com/dbsectrainer/mcp-server-health-monitor.