home / mcp / system information mcp server

System Information MCP Server

Modular FastMCP server providing focused system diagnostic tools for efficient troubleshooting and environment analysis

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ai-mcp-garage-mcp-sysinfo": {
      "url": "http://localhost:8000/mcp/",
      "headers": {
        "PORT": "8000"
      }
    }
  }
}

Available tools

get_system_summary

Quick system overview including hostname, OS, CPU, RAM, and uptime

get_hardware_details

Comprehensive hardware specs such as CPU cores, memory, and GPU detection

get_display_info

Display/monitor analysis including resolution, refresh rate, and HDR status

get_network_status

Network diagnostics covering interfaces, IPs, DNS, and VPN detection

get_storage_analysis

Storage overview with disk usage, partitions, and filesystem types

get_connected_devices

Peripheral inventory including USB and Bluetooth devices

get_user_environment

Session context including user info, timezone, and locale settings

get_running_processes

Process analysis focusing on top processes by CPU and memory usage

get_open_ports

Network security data with listening ports and services

get_full_system_report

Complete analysis aggregating all diagnostics into one report

System Information MCP Server - ai-mcp-garage/mcp-sysinfo