Skip to main content
Glama

Windows System MCP

registry

Perform Windows Registry operations such as reading keys and values, searching entries, listing subkeys, retrieving startup programs, installed programs, and system information. Manage registry hives and configure actions directly.

Instructions

Windows Registry operations including reading registry keys, values, and searching registry entries

Input Schema

NameRequiredDescriptionDefault
actionYesThe registry operation to perform
hiveNoRegistry hive to search in (default: HKLM)HKLM
key_pathNoRegistry key path (e.g., HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion)
max_depthNoMaximum depth for recursive operations (default: 2)
search_termNoSearch term for finding registry keys or values
value_nameNoRegistry value name to read

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The registry operation to perform", "enum": [ "read_key", "read_value", "search_keys", "list_subkeys", "get_startup_programs", "get_installed_programs", "get_system_info_from_registry" ], "type": "string" }, "hive": { "default": "HKLM", "description": "Registry hive to search in (default: HKLM)", "enum": [ "HKLM", "HKCU", "HKCR", "HKU", "HKCC" ], "type": "string" }, "key_path": { "description": "Registry key path (e.g., HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion)", "type": "string" }, "max_depth": { "default": 2, "description": "Maximum depth for recursive operations (default: 2)", "type": "number" }, "search_term": { "description": "Search term for finding registry keys or values", "type": "string" }, "value_name": { "description": "Registry value name to read", "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