MCP.so
Sign In

Health Monitor

@oaslananka

About Health Monitor

TypeScript MCP server for service health monitoring, status checks, uptime probes, and operational diagnostics across local or remote targets.

Basic information

License

MIT

Runtime

node

Publisher

oaslananka

Submitted by

Osman Aslan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "health-monitor-mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "health-monitor-mcp",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More MCP servers