MCP Server Health Monitor
MCP Server Health Monitor
Сервер MCP (Model Context Protocol), который позволяет LLM мониторить серверную инфраструктуру. Подключайте его к OpenCode, Claude Code или любому MCP-совместимому клиенту и задавайте вопросы о работоспособности сервера на естественном языке.
Related MCP server: System Monitor MCP Server
Что он делает
Спрашивайте вашу LLM о таком:
«Отвечает ли мой веб-сервер?»
«Сколько у меня осталось места на диске?»
«Какие процессы используют больше всего памяти?»
«Открыт ли порт 3306?»
Инструменты
Инструмент | Описание |
| Проверяет, отвечает ли URL кодом 200 OK |
| Получает информацию о дисковом пространстве |
| Получает информацию об использовании RAM и swap |
| Получает загрузку процессора по каждому ядру |
| Проверяет, открыт ли TCP-порт |
| Список запущенных процессов с опциональной фильтрацией |
Ресурсы
Ресурс | Описание |
| ОС, hostname, uptime |
| Сводный статус работоспособности |
Технологический стек
Python 3.12+
psutil (системные метрики)
httpx (HTTP-проверки)
Установка
Установите зависимости:
uv syncЗапустите сервер:
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
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides 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.17ISC
- FlicenseNot gradedqualityDmaintenanceGives AI agents real-time access to system metrics, process management, and container orchestration.
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to securely manage Virtual Private Servers via SSH, with features including command execution, file operations, system monitoring, and service management.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to monitor and manage Linux infrastructure including services, logs, processes, disk, memory, ports, cron, nginx, Docker, and system health checks via the Model Context Protocol.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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