0.1.8 • Published 9 months ago

@delorenj/server-win-cli v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Super Windows CLI MCP Server

An enhanced Model Context Protocol (MCP) server implementation for Windows CLI with advanced system-level capabilities.

Features

  • Windows shell environment support (PowerShell, CMD, Git Bash)
  • System-level service installation
  • Advanced access controls
  • Enhanced process management
  • Extended operation timeouts
  • Comprehensive error handling

Installation

  1. Install from npm:
npm install @delorenj/super-win-cli-mcp-server
  1. Or build from source:
npm install
npm run build
  1. Copy the built files to your Windows machine

  2. Run the installation script as administrator:

.\install-service.ps1

Configuration

The server includes enhanced configuration options:

  • Advanced command execution settings
  • Comprehensive filesystem access controls
  • Process resource management
  • Network access controls
  • Service-level privileges

See config.json for the complete configuration.

Service Management

Installation

.\install-service.ps1

Removal

.\uninstall-service.ps1

Network Security

The following network-level protections are available:

  • Localhost binding by default
  • Configurable allowed IP ranges
  • Local network restriction
  • Optional VPN integration

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

This project builds upon concepts from the Model Context Protocol (MCP) community.