Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging by setting environment variable to 'mcp:*' | mcp:* |
| NODE_ENV | No | Node environment setting | production |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_system_diagnostics | Get comprehensive Windows system diagnostics including crashes, reboots, and system health |
| get_shutdown_events | Get only shutdown and reboot events |
| get_bsod_events | Get Blue Screen of Death (BSOD) events |
| get_system_uptime | Get current system uptime and boot information |
| analyze_system_stability | Analyze system stability and provide recommendations |
| search_registry | Search the Windows registry by keyword |
| analyze_startup_programs | Analyze startup programs for suspicious entries |
| scan_system_components | Scan system components like services, drivers, and uninstall entries for issues |
| find_orphaned_entries | Find orphaned registry entries pointing to non-existent files |
| get_registry_health | Get an overall registry health assessment |
| scan_security_risks | Scan the registry for potential security risks |