loading…
Search for a command to run...
loading…
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.
Give your AI agent real-time access to system metrics, process management, and container orchestration.
{
"mcpServers": {
"system-monitor": {
"command": "python",
"args": ["-m", "server"],
"env": {
"PYTHONPATH": "${workspaceFolder}/src"
}
}
}
}
{
"experimental": {
"mcpServers": {
"system-monitor": {
"command": "python",
"args": ["server.py"]
}
}
}
}
docker build -t system-monitor-mcp .
docker run -v /var/run/docker.sock:/var/run/docker.sock system-monitor-mcp
| 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 |
Part of the Hermes Agent ecosystem
Run in your terminal:
claude mcp add system-monitor-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.