Skip to main content
Glama

Windows System MCP

process_manager

Manage Windows system processes effectively by listing, monitoring, or terminating them. Retrieve detailed process information, sort by CPU or memory usage, and organize process hierarchies for optimized system performance.

Instructions

Comprehensive process management including listing processes, getting process details, killing processes, and monitoring resource usage

Input Schema

NameRequiredDescriptionDefault
actionYesThe process management action to perform
include_systemNoInclude system processes (default: true)
limitNoLimit number of results (default: 20)
process_idNoProcess ID for specific process operations
process_nameNoProcess name for searching or filtering
sort_byNoSort processes by specified criteria (default: cpu)cpu

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The process management action to perform", "enum": [ "list_processes", "get_process_details", "kill_process", "find_process", "get_top_processes", "get_process_tree" ], "type": "string" }, "include_system": { "default": true, "description": "Include system processes (default: true)", "type": "boolean" }, "limit": { "default": 20, "description": "Limit number of results (default: 20)", "type": "number" }, "process_id": { "description": "Process ID for specific process operations", "type": "number" }, "process_name": { "description": "Process name for searching or filtering", "type": "string" }, "sort_by": { "default": "cpu", "description": "Sort processes by specified criteria (default: cpu)", "enum": [ "cpu", "memory", "name", "pid" ], "type": "string" } }, "required": [ "action" ], "type": "object" }

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