MCP.so
ログイン

Health Monitor

@oaslananka

Health Monitor について

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

基本情報

ライセンス

MIT

ランタイム

node

公開者

oaslananka

投稿者

Osman Aslan

設定

以下の設定を使って、このサーバーを 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.

コメント

マーケットプレイスの他のコンテンツ