loading…
Search for a command to run...
loading…
Local system monitoring — CPU, memory, swap, disk, network, and process management. Find resource-hungry processes, diagnose performance issues, and kill proces
Local system monitoring — CPU, memory, swap, disk, network, and process management. Find resource-hungry processes, diagnose performance issues, and kill processes via AI.
MCP server for system monitoring. Ask Claude about your system — CPU, memory, disk, network, and processes.
| Tool | Description |
|---|---|
get_system_overview |
CPU, memory, swap, disk, uptime — full snapshot |
get_system_health |
Quick health check — only reports problems |
get_top_processes |
Top processes sorted by CPU or memory |
get_disk_usage |
Disk partitions with I/O stats |
get_network_info |
Network interfaces, IPs, speeds, traffic |
get_open_ports |
Listening TCP/UDP ports with owning process |
get_battery_status |
Battery level, power source, time remaining |
find_process |
Search processes by name |
kill_process |
Terminate a process by PID (SIGTERM or SIGKILL) |
pip install mcp-sysmon
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sysmon": {
"command": "mcp-sysmon"
}
}
}
claude mcp add sysmon -- mcp-sysmon
git clone https://github.com/dragogargo/mcp-sysmon.git
cd mcp-sysmon
uv sync
uv run pytest tests/ -v
uv run mcp-sysmon
MIT
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"dragogargo-mcp-sysmon": {
"command": "npx",
"args": []
}
}
}pro tip
Just installed dragogargo/mcp-sysmon? Say to Claude: "remember why I installed dragogargo/mcp-sysmonand what I want to try" — it'll save into your Vault.
how this works →