loading…
Search for a command to run...
loading…
Provides real-time Linux system monitoring for CPU load, memory usage, disk space, and process activity. This server enables users to retrieve comprehensive per
Provides real-time Linux system monitoring for CPU load, memory usage, disk space, and process activity. This server enables users to retrieve comprehensive performance metrics and resource utilization data through a standardized interface.
MCP server providing system statistics - CPU, memory, disk, uptime, and process monitoring.
| Tool | Description |
|---|---|
cpu |
Get CPU load averages (1m, 5m, 15m) and core count |
memory |
Get memory usage (total, used, free in bytes + percentage) |
disk |
Get disk usage for a mount point (default: /) |
uptime |
Get system uptime string |
processes |
Get process count and top CPU consumers |
all |
Get all statistics at once |
{
"tool": "system-stats_cpu"
}
Response:
{
"load_avg": { "1m": 0.5, "5m": 0.3, "15m": 0.2 },
"cpu_count": 4
}
Already configured in /root/.openclaw/workspace/config/mcporter.json. Requires no additional setup.
/proc, free, df, ps, uptime)npm install
npm run build
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"system-stats-mcp-server": {
"command": "npx",
"args": []
}
}
}