Skip to main content
Glama

Windows System MCP

performance

Monitor and analyze system performance on Windows by tracking CPU, memory, disk, and network usage, retrieving performance counters, and identifying top resource-consuming processes.

Instructions

System performance monitoring including CPU usage, memory usage, disk I/O, network I/O, and system performance counters

Input Schema

NameRequiredDescriptionDefault
actionYesThe performance monitoring action to perform
counter_nameNoSpecific performance counter name to query
durationNoDuration in seconds for monitoring (default: 10)
intervalNoInterval in seconds between measurements (default: 1)
process_countNoNumber of top processes to show (default: 10)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The performance monitoring action to perform", "enum": [ "get_cpu_usage", "get_memory_usage", "get_disk_usage", "get_disk_io", "get_network_io", "get_system_performance", "get_top_processes_by_cpu", "get_top_processes_by_memory", "get_performance_counters", "monitor_real_time" ], "type": "string" }, "counter_name": { "description": "Specific performance counter name to query", "type": "string" }, "duration": { "default": 10, "description": "Duration in seconds for monitoring (default: 10)", "type": "number" }, "interval": { "default": 1, "description": "Interval in seconds between measurements (default: 1)", "type": "number" }, "process_count": { "default": 10, "description": "Number of top processes to show (default: 10)", "type": "number" } }, "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