Back to Home
smspgh icon

winproc_mcp

Verified Safe

by smspgh

Overview

Provides AI-assisted and direct command-line management for Windows processes and services.

Installation

Run Command
python winproc_mcp.py

Environment Variables

  • WINPROC_TIMEOUT
  • WINPROC_FORCE_COLOR

Security Notes

The server executes PowerShell scripts via subprocess calls, including operations that require UAC elevation. While inputs for PowerShell commands are generally quoted or validated (e.g., PIDs are integers), direct string interpolation in f-strings for script generation carries an inherent, albeit low, risk of command injection if not meticulously handled for all possible user inputs. The UAC elevation mechanism is correctly implemented, prompting the user for destructive actions, which enhances security by preventing silent elevated operations.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-12-03

Tags

PowerShellWindowsProcess ManagementService ManagementUAC