System Stats MCP Server
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.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.