orkuhh

system-stats-mcp-server

Community orkuhh
Updated

MCP server for OpenClaw

system-stats-mcp-server

MCP server providing system statistics - CPU, memory, disk, uptime, and process monitoring.

Tools

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

Usage Example

{
  "tool": "system-stats_cpu"
}

Response:

{
  "load_avg": { "1m": 0.5, "5m": 0.3, "15m": 0.2 },
  "cpu_count": 4
}

Installation

Already configured in /root/.openclaw/workspace/config/mcporter.json. Requires no additional setup.

Requirements

  • Linux (uses /proc, free, df, ps, uptime)
  • Node.js 18+
  • nproc command available

Building

npm install
npm run build

Notes

  • Returns human-readable values for load averages
  • Memory and disk sizes in bytes for consistency
  • Top processes sorted by CPU usage descending

MCP Server · Populars

MCP Server · New

    omega-memory

    OMEGA

    Persistent memory for AI coding agents

    Community omega-memory
    btouchard

    Herald

    The self-hosted MCP bridge between Claude Chat and Claude Code.

    Community btouchard
    snyk

    mcp-scan

    Security scanner for AI agents, MCP servers and agent skills.

    Community snyk
    resend

    Email sending MCP 💌

    The official MCP server to send emails and interact with Resend

    Community resend
    flytohub

    Flyto Core

    The open-source execution engine for AI agents. 300+ atomic modules, MCP-native, secure by default.

    Community flytohub