Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sysmon

FreeNot checked

Monitors system resources — CPU, memory, disk, network, and processes — with tools to search and terminate processes.

GitHubEmbed

About

Monitors system resources — CPU, memory, disk, network, and processes — with tools to search and terminate processes.

README

CI PyPI License: MIT

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

from github.com/dragogargo/mcp-sysmon

Installing Sysmon

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/dragogargo/mcp-sysmon

FAQ

Is Sysmon MCP free?

Yes, Sysmon MCP is free — one-click install via Unyly at no cost.

Does Sysmon need an API key?

No, Sysmon runs without API keys or environment variables.

Is Sysmon hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sysmon in Claude Desktop, Claude Code or Cursor?

Open Sysmon on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sysmon with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs