Releases: dragogargo/mcp-sysmon
Releases · dragogargo/mcp-sysmon
v0.3.0 — Health check, battery, ports + 40 tests
New tools
- get_system_health — quick diagnostic that only reports problems (high CPU, low memory, full disk, old uptime)
- get_battery_status — charge level, power source, time remaining
- get_open_ports — listening TCP/UDP ports with owning process
Tests
40 tests covering all 9 tools and helper functions.
Install
pip install mcp-sysmon --upgradev0.2.0 — Quality A tool descriptions
What's new
- Rewritten tool descriptions for maximum AI agent compatibility (Glama Quality A)
- Consistent
get_*/find_*/kill_*naming convention - Server-level instructions for agent context
- Each tool documents: purpose, usage guidelines, side effects, return format, parameter semantics
- Published on PyPI
Install
pip install mcp-sysmonTools
| Tool | Description |
|---|---|
get_system_overview |
CPU, memory, swap, disk, uptime |
get_top_processes |
Top processes by CPU or memory |
get_disk_usage |
Disk partitions with I/O stats |
get_network_info |
Network interfaces, IPs, traffic |
find_process |
Search processes by name |
kill_process |
Terminate a process by PID |