A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for system monitoring — CPU, memory, disk, network, and process management via Claude
MCP server for system monitoring. Ask Claude about your system — CPU, memory, disk, network, and processes.
| 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) |
pip install mcp-sysmon
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sysmon": {
"command": "mcp-sysmon"
}
}
}
claude mcp add sysmon -- mcp-sysmon
git clone https://github.com/dragogargo/mcp-sysmon.git
cd mcp-sysmon
uv sync
uv run pytest tests/ -v
uv run mcp-sysmon
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc