Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
system_overview | A comprehensive system overview resource. |
system_processes | Current process list resource. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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). |