Health Monitor
@oaslananka
关于 Health Monitor
TypeScript MCP server for service health monitoring, status checks, uptime probes, and operational diagnostics across local or remote targets.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"health-monitor-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"health-monitor-mcp",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Health Monitor?
TypeScript MCP server for service health monitoring, status checks, uptime probes, and operational diagnostics across local or remote targets.
How to use Health Monitor?
The README includes setup instructions such as docker build -t health-monitor-mcp ..
Key features of Health Monitor
- Default database path: ~/.mcp-health-monitor/health.db
- Override path: HEALTH_MONITOR_DB=/custom/path/health.db
- Optional background scheduler: HEALTH_MONITOR_AUTO_CHECK=1
- HTTP MCP endpoint token: HEALTH_MONITOR_HTTP_TOKEN=
- HTTP bind host: HOST=127.0.0.1 by default
Use cases of Health Monitor
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Health Monitor
Where is the source code for Health Monitor?
The source code is linked from the repository URL on this page.
Does Health Monitor include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
更多 MCP 服务器

Git
modelcontextprotocolModel Context Protocol Servers

Puppeteer
modelcontextprotocolModel Context Protocol Servers

Sqlite
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
评论