System Info Tools¶
system_info ¶
System information tools.
get_cpu_information
async
¶
Get CPU information.
Retrieves CPU model, core counts (logical and physical), frequency, and current load averages (1, 5, and 15 minute).
Source code in src/linux_mcp_server/tools/system_info.py
get_disk_usage
async
¶
Get disk usage information.
Retrieves filesystem usage for all mounted volumes including size, used/available space, utilization percentage, and mount points.
Source code in src/linux_mcp_server/tools/system_info.py
get_hardware_information
async
¶
Get hardware information.
Retrieves detailed hardware inventory including CPU specifications, PCI devices, USB devices, and DMI/SMBIOS data (system manufacturer, model, BIOS version, etc.). Some information may require root privileges.
Source code in src/linux_mcp_server/tools/system_info.py
get_memory_information
async
¶
Get memory information.
Retrieves physical RAM and swap usage including total, used, free, shared, buffers, cached, and available memory.
Source code in src/linux_mcp_server/tools/system_info.py
get_system_information
async
¶
Get basic system information.
Retrieves hostname, OS name/version, kernel version, architecture, system uptime, and last boot time.