Skip to main content
Glama

System Information MCP Server

by dknell

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
system_overviewA comprehensive system overview resource.
system_processesCurrent process list resource.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_cpu_info_tool

Retrieve CPU usage and information.

Args: interval: Measurement interval in seconds (default: 1.0) per_cpu: Include per-CPU core breakdown (default: false)

get_memory_info_tool

Retrieve memory usage statistics.

get_disk_info_tool

Retrieve disk usage information.

Args: path: Specific path to check (default: all mounted disks)

get_network_info_tool

Retrieve network interface information and statistics.

get_process_list_tool

Retrieve list of running processes.

Args: limit: Maximum number of processes to return (default: 50) sort_by: Sort criteria - cpu, memory, name, pid (default: cpu) filter_name: Filter processes by name pattern

get_system_uptime_tool

Retrieve system uptime and boot information.

get_temperature_info_tool

Retrieve system temperature sensors (when available).

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/dknell/mcp-system-info'

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