super-win-cli-mcp-server
0
Super Windows CLI MCP Server is an advanced version of the Windows CLI MCP Server allowing unrestricted system access to Windows environments. It provides extensive shell and file system access, intended for use in highly trusted environments.
Super Windows CLI MCP Server
An enhanced fork of the Windows CLI MCP Server providing unrestricted system access to Windows environments via a command-line interface.
Features
- Complete access to Windows shell environments (PowerShell, CMD, Git Bash)
- Unrestricted command execution
- Full file system access
- SYSTEM-level service installation via NSSM for persistence and auto-recovery
- Disabled PowerShell telemetry
- Process reuse for better performance
Prerequisites
- Node.js: Version 18.0.0 or later
- NSSM (Non-Sucking Service Manager): For service installation
Installation (Using NSSM - Recommended)
- Clone or download the repository
- Place NSSM in the project directory
- Install dependencies & build
- Configure
config.json
- Run the installation script
- Verify service status
Configuration (config.json
)
Important settings include allowedPaths
, blockedCommands
, shells
, and ssh
configurations.
Service Management
Use NSSM commands or PowerShell to manage the service.
Uninstallation (NSSM)
Run the uninstallation script to stop and remove the service.
Alternative Execution (Manual/Debug)
Run the server directly for testing or debugging.