Skip to main content
Glama

Windows Command Line MCP Server

get_system_info

Retrieve OS, hardware, and user details from a Windows system using the MCP server. Choose between basic or full levels of system information for efficient diagnostics and monitoring.

Instructions

Retrieve system information including OS, hardware, and user details. Can provide basic or full details.

Input Schema

NameRequiredDescriptionDefault
detailNoLevel of detailbasic

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "detail": { "default": "basic", "description": "Level of detail", "enum": [ "basic", "full" ], "type": "string" } }, "type": "object" }

Other Tools from Windows Command Line MCP Server

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/alxspiker/Windows-Command-Line-MCP-Server'

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