Skip to main content
Glama

Windows Diagnostics MCP Server

by jackalterman

search_registry

Search the Windows registry by a specified keyword to retrieve entries, with options to limit results. Part of the Windows Diagnostics MCP Server for system analysis.

Instructions

Search the Windows registry by keyword

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return (default: 50)
searchTermYesKeyword to search for in the registry

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "default": 50, "description": "Maximum number of results to return (default: 50)", "type": "number" }, "searchTerm": { "description": "Keyword to search for in the registry", "type": "string" } }, "required": [ "searchTerm" ], "type": "object" }
Install Server

Other Tools from Windows Diagnostics 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/jackalterman/windows-diagnostic-mcp-server'

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