super win cli mcp server
An enhanced Windows CLI MCP server providing unrestricted system access capabilities, designed for trusted environments with full system access requirements.
An enhanced Windows CLI MCP server providing unrestricted system access capabilities, designed for trusted environments with full system access requirements.
An enhanced fork of the Windows CLI MCP Server with unrestricted system access capabilities.
This version removes application-level restrictions in favor of network-level security. It is designed for use in trusted environments where full system access is required.
Build the project:
npm install
npm run build
Copy the built files to your Windows machine
Run the installation script as administrator:
.install-service.ps1
The server is configured for maximum capability with these key features:
See config.json
for the complete configuration.
.install-service.ps1
.uninstall-service.ps1
While application-level restrictions are removed, the following network-level protections are in place:
This project is licensed under the MIT License - see the LICENSE file for details.
Based on the original win-cli-mcp-server by SimonB97.