System Monitor Server
БесплатноНе проверенGives AI agents real-time access to system metrics, process management, and container orchestration.
Описание
Gives AI agents real-time access to system metrics, process management, and container orchestration.
README
Give your AI agent real-time access to system metrics, process management, and container orchestration.
🚀 Quick Install
Claude Desktop
{
"mcpServers": {
"system-monitor": {
"command": "python",
"args": ["-m", "server"],
"env": {
"PYTHONPATH": "${workspaceFolder}/src"
}
}
}
}
VS Code (Continue)
{
"experimental": {
"mcpServers": {
"system-monitor": {
"command": "python",
"args": ["server.py"]
}
}
}
}
Docker
docker build -t system-monitor-mcp .
docker run -v /var/run/docker.sock:/var/run/docker.sock system-monitor-mcp
🛠️ Tools
| Tool | Description | Returns |
|---|---|---|
get_system_load() |
CPU, memory, swap usage | CPU%, Memory%, Swap%, Load avg |
get_process_list() |
Running processes sorted by CPU/memory | PID, name, CPU%, memory%, status |
get_disk_usage() |
Disk usage per mount point | Mount, total, used, available, usage% |
get_docker_status() |
Docker container status | Container name, status, uptime, ports, image |
tail_log(path, lines) |
Tail log files | Last N lines with timestamps |
💡 Use Cases
- Self-monitoring — AI agents that monitor their own infrastructure
- DevOps automation — Deploy, restart, and manage services autonomously
- Incident response — Detect and diagnose issues in real-time
- Resource optimization — Analyze usage patterns and suggest cost savings
📋 Requirements
- Python 3.10+
- Linux (most features) / macOS (partial) / Windows (limited)
- Docker (optional — for container monitoring)
- psutil, mcp, docker-py
🔐 Security
- Read-only by design — no kill/rm/create operations exposed
- No root required — runs with user-level permissions
- Sandboxed log access — path traversal protection built in
Part of the Hermes Agent ecosystem
Установка System Monitor Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Dev-Herni/system-monitor-mcpFAQ
System Monitor Server MCP бесплатный?
Да, System Monitor Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для System Monitor Server?
Нет, System Monitor Server работает без API-ключей и переменных окружения.
System Monitor Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить System Monitor Server в Claude Desktop, Claude Code или Cursor?
Открой System Monitor Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare System Monitor Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
