System Monitor MCP Server
Provides tools for monitoring Docker containers, including status, uptime, ports, and image information.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@System Monitor MCP ServerShow me the current CPU and memory usage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
System Monitor MCP Server — Real-Time Infrastructure Monitoring for AI Agents
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-mcpRelated MCP server: Systems Manager
🛠️ Tools
Tool | Description | Returns |
| CPU, memory, swap usage | CPU%, Memory%, Swap%, Load avg |
| Running processes sorted by CPU/memory | PID, name, CPU%, memory%, status |
| Disk usage per mount point | Mount, total, used, available, usage% |
| Docker container status | Container name, status, uptime, ports, image |
| 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
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn AI-Native OS Core that enables LLMs to autonomously monitor, control, and optimize Linux systems with 200+ system control tools covering process management, security, containers, and self-editing capabilities.-
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to manage system updates, application installations, and remote host orchestration through MCP tools.3MIT
- AlicenseAqualityDmaintenanceEnables 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.10MIT
- AlicenseAqualityCmaintenanceEnables AI agents to monitor Docker containers, system resources, ports, and logs in real-time.5MIT