Skip to main content
Glama
orkuhh

System Stats MCP Server

by orkuhh

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

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/orkuhh/system-stats-mcp-server'

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