Skip to main content
Glama
Chandukasireddy

system-mcp

system-mcp

A local MCP server (Python + uv) that exposes system telemetry tools:

  • CPU usage and core/frequency metrics

  • RAM and swap usage

  • Disk usage and IO

  • Battery status

  • Network counters

  • Running task/process stats

  • GPU metrics (via nvidia-smi when available)

1) Install

uv sync

Related MCP server: System Info MCP Server

2) Run server (stdio transport)

uv run system-mcp

3) MCP client configuration example

Use this command in your MCP client config:

  • Command: uv

  • Args: run, system-mcp

  • Working directory: this project root

Example JSON snippet:

{
  "mcpServers": {
    "system-mcp": {
      "command": "uv",
      "args": ["run", "system-mcp"],
      "cwd": "k:/Tech/Projects/system_mcp"
    }
  }
}

Exposed tools

  • system_overview

  • cpu_metrics(sample_seconds=1.0)

  • memory_metrics

  • disk_metrics(path="C:\\")

  • battery_metrics

  • network_metrics

  • running_tasks(limit=10, sort_by="cpu")

  • gpu_metrics

Notes

  • gpu_metrics depends on nvidia-smi being available in PATH.

  • On systems without battery/GPU, tools return availability flags and messages instead of failing.

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables comprehensive system monitoring and diagnostics through 18 tools that provide detailed information about CPU, memory, disk usage, network interfaces, running processes, battery status, hardware details, and temperature monitoring. Allows users to query system information and performance metrics through natural language interactions.
    Last updated
    12
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Exposes Windows system information and control tools including hardware stats, network details, and process monitoring. It enables AI applications to retrieve real-time data about CPU, memory, drives, and active system processes.
    Last updated
    12
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…

  • npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.

  • Interact with a global network measurement platform.Run network commands from any point in the world

View all MCP Connectors

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/Chandukasireddy/system_mcp'

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