mcp-sysmon
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-sysmonWhat's using the most memory?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-sysmon
MCP server for system monitoring. Ask Claude about your system — CPU, memory, disk, network, and processes.
Tools
Tool | Description |
| CPU, memory, swap, disk, uptime — full snapshot |
| Quick health check — only reports problems |
| Top processes sorted by CPU or memory |
| Disk partitions with I/O stats |
| Network interfaces, IPs, speeds, traffic |
| Listening TCP/UDP ports with owning process |
| Battery level, power source, time remaining |
| Search processes by name |
| 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-sysmonUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sysmon": {
"command": "mcp-sysmon"
}
}
}Usage with Claude Code
claude mcp add sysmon -- mcp-sysmonDevelopment
git clone https://github.com/dragogargo/mcp-sysmon.git
cd mcp-sysmon
uv sync
uv run pytest tests/ -v
uv run mcp-sysmonLicense
MIT
Maintenance
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
- FlicenseBqualityDmaintenanceA 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 updated1
- AlicenseAqualityCmaintenanceMCP server that allows searching a local notes directory and retrieving live CPU and memory usage.Last updated2MIT
- Alicense-qualityDmaintenanceMCP server for remote Linux/Unix server management via SSH, enabling command execution, system monitoring, file operations, and diagnostics through natural language.Last updated1MIT
- AlicenseAqualityCmaintenanceMCP server for Beszel system monitoring that provides tools to list systems, containers, alerts, and query CPU, memory, disk, and network stats.Last updated617MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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