Skip to main content
Glama

Windows System MCP

system_info

Retrieve comprehensive system information on Windows, including hardware details, OS info, environment variables, installed software, user data, and system paths for diagnostics and management.

Instructions

Comprehensive system information including hardware details, OS info, environment variables, and system configuration

Input Schema

NameRequiredDescriptionDefault
actionYesThe system information action to perform
categoryNoHardware category to focus on (for hardware_info action)all
filterNoFilter for environment variables or software (supports wildcards)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The system information action to perform", "enum": [ "get_system_overview", "get_hardware_info", "get_os_info", "get_environment_vars", "get_installed_software", "get_system_uptime", "get_user_info", "get_system_paths" ], "type": "string" }, "category": { "default": "all", "description": "Hardware category to focus on (for hardware_info action)", "enum": [ "cpu", "memory", "disk", "network", "all" ], "type": "string" }, "filter": { "description": "Filter for environment variables or software (supports wildcards)", "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Windows System MCP

Related Tools

    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/guangxiangdebizi/windows-system-mcp'

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