Skip to main content
Glama
dragogargo

mcp-sysmon

by dragogargo

mcp-sysmon

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)

Related MCP server: technical-notes-mcp

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    A lightweight MCP server that provides real-time hardware statistics including CPU, memory, disk, and NVIDIA GPU usage. It enables users to monitor system performance and retrieve comprehensive host machine specifications through a standardized interface.
    Last updated
    1
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Beszel system monitoring that provides tools to list systems, containers, alerts, and query CPU, memory, disk, and network stats.
    Last updated
    6
    17
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP server giving access to Grafana dashboards, data and more.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • An MCP server that integrates with Discord to provide AI-powered features.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dragogargo/mcp-sysmon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server