MCP Hub
Back to servers

mcp-sysmon

MCP server for system monitoring, enabling users to ask about CPU, memory, disk, network, and processes on their system.

glama
Updated
Apr 28, 2026

mcp-sysmon

CI PyPI License: MIT

MCP server for system monitoring. Ask Claude about your system — CPU, memory, disk, network, and processes.

Tools

ToolDescription
get_system_overviewCPU, memory, swap, disk, uptime — full snapshot
get_system_healthQuick health check — only reports problems
get_top_processesTop processes sorted by CPU or memory
get_disk_usageDisk partitions with I/O stats
get_network_infoNetwork interfaces, IPs, speeds, traffic
get_open_portsListening TCP/UDP ports with owning process
get_battery_statusBattery level, power source, time remaining
find_processSearch processes by name
kill_processTerminate 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

Reviews

No reviews yet

Sign in to write a review