Skip to main content
Glama
Chandukasireddy

system-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
system_overviewA

Get an overall system summary: OS, CPU, RAM, disk, battery, and process count.

cpu_metricsC

Get detailed CPU metrics.

memory_metricsA

Get RAM and swap usage details.

disk_metricsB

Get disk usage and IO counters for a given path.

battery_metricsA

Get battery status, charge level, and charging state.

network_metricsA

Get system network traffic counters and active connection count.

running_tasksB

Get top running tasks/processes sorted by CPU or memory.

gpu_metricsA

Get GPU information if available (nvidia-smi based).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct system component (battery, CPU, disk, GPU, memory, network, processes, and overview) with no functional overlap.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with descriptive suffixes like _metrics, _tasks, _overview.

Tool Count5/5

8 tools is well-scoped for a system monitoring server, covering major resources without being excessive or too sparse.

Completeness4/5

Core system metrics are covered, but lacks deeper details like per-interface network stats or sensor data, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues