π¦
dragogargo/mcp-sysmon
hungry processes, diagnose performance issues, and kill processes via AI.
0 installs
Trust: 34 β Low
Rag
Ask AI about dragogargo/mcp-sysmon
Powered by Claude Β· Grounded in docs
I know everything about dragogargo/mcp-sysmon. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-sysmon
MCP server for system monitoring. Ask Claude about your system β CPU, memory, disk, network, and processes.
Tools
| 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) |
Example prompts
- "Why is my laptop slow right now?"
- "What's using the most memory?"
- "Is anything wrong with my system?"
- "What ports are open?"
- "How much battery do I have?"
- "Find all Chrome processes and kill the biggest one"
Install
pip install mcp-sysmon
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sysmon": {
"command": "mcp-sysmon"
}
}
}
Usage with Claude Code
claude mcp add sysmon -- mcp-sysmon
Development
git clone https://github.com/dragogargo/mcp-sysmon.git
cd mcp-sysmon
uv sync
uv run pytest tests/ -v
uv run mcp-sysmon
License
MIT
