New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@delorenj/server-win-cli

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@delorenj/server-win-cli

MCP server for Windows CLI interactions

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
0
Created
Source

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

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

  • 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.

Keywords

mcp

FAQs

Package last updated on 19 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts