system-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct system component (battery, CPU, disk, GPU, memory, network, processes, and overview) with no functional overlap.
All tool names follow a consistent snake_case pattern with descriptive suffixes like _metrics, _tasks, _overview.
8 tools is well-scoped for a system monitoring server, covering major resources without being excessive or too sparse.
Core system metrics are covered, but lacks deeper details like per-interface network stats or sensor data, which are minor gaps.