Skip to main content
Glama
nikolapP1

MCP Server Health Monitor

by nikolapP1

MCP Server Health Monitor

LLMがサーバーインフラストラクチャを監視できるようにするMCP(Model Context Protocol)サーバーです。OpenCode、Claude Code、またはMCP互換のクライアントに接続して、サーバーの健全性について自然言語で質問できます。

できること

LLMに次のような質問をしてみてください:

  • 「Webサーバーは応答していますか?」

  • 「残りのディスク容量はどのくらいですか?」

  • 「最もメモリを使用しているプロセスはどれですか?」

  • 「ポート3306は開いていますか?」

Related MCP server: System Monitor MCP Server

ツール

ツール

説明

check_http_endpoint

URLが200 OKで応答するか確認します

check_disk_usage

ディスク容量情報を取得します

check_memory_usage

RAMとスワップの使用状況を取得します

check_cpu_usage

コアごとのCPU使用率を取得します

check_port

TCPポートが開いているか確認します

list_processes

オプションのフィルタリング付きで実行中プロセスを一覧表示します

リソース

リソース

説明

system://info

OS、ホスト名、稼働時間

system://health

集約されたヘルスステータス

技術スタック

  • Python 3.12+

  • MCP Python SDK v2

  • psutil(システムメトリクス)

  • httpx(HTTPチェック)

セットアップ

  1. 依存関係をインストール:

uv sync
  1. サーバーを実行:

uv run mcp-server-monitor

または直接実行:

uv run python -m mcp_server_monitor

MCP Inspectorでのテスト

uv run mcp dev src/mcp_server_monitor/server.py

これにより、ブラウザでMCP Inspectorが開き、ツールを対話的に呼び出すことができます。

OpenCodeへの接続

opencode.json に追加:

{
  "mcpServers": {
    "server-monitor": {
      "command": "uv",
      "args": ["run", "--project", "C:\\Users\\nikol\\Documents\\mcp-server-monitor", "mcp-server-monitor"]
    }
  }
}

テストの実行

uv run pytest

プロジェクト構成

src/mcp_server_monitor/
├── __init__.py          Package metadata
├── __main__.py          Entry point
├── server.py            MCP server setup
├── tools/
│   ├── http.py          HTTP endpoint checking
│   ├── system.py        CPU, memory, disk
│   ├── network.py       Port checking
│   └── processes.py     Process listing
└── resources/
    └── status.py        System info and health

ライセンス

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides read-only server monitoring and diagnostic tools for AI assistants to manage Linux and Unraid systems via SSH. It enables natural language interactions for container management, storage health checks, and system log analysis while keeping credentials secure.
    17
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables LLMs to securely manage Virtual Private Servers via SSH, with features including command execution, file operations, system monitoring, and service management.
    MIT

View all related MCP servers

Related MCP Connectors

  • Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

  • Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikolapP1/mcp-server-monitor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server