MCP.so
登录

Super Windows CLI MCP Server

@delorenj

关于 Super Windows CLI MCP Server

Enhanced MCP server with unrestricted system access capabilities

基本信息

分类

开发工具

传输方式

stdio

发布者

delorenj

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Super Windows CLI MCP Server?

Super Windows CLI MCP Server is an enhanced fork of the Windows CLI MCP Server that provides unrestricted system access through SYSTEM service installation. It is designed for use in trusted environments where full access to Windows shell environments (PowerShell, CMD, Git Bash) and the file system is required.

How to use Super Windows CLI MCP Server?

Install via npm install and npm run build, then copy the built files to your Windows machine. Run the installation script as Administrator: .\install-service.ps1. The server is preconfigured for maximum capability; additional settings can be adjusted in config.json.

Key features of Super Windows CLI MCP Server?

  • Unrestricted command execution across all shells
  • SYSTEM-level service installation with auto-recovery
  • Full filesystem access with no restrictions
  • Network-level access controls (localhost binding, IP ranges)
  • Unlimited process capabilities and extended timeouts
  • Process reuse and PowerShell telemetry disabled

Use cases of Super Windows CLI MCP Server?

  • Running complex automation scripts that require system-level privileges
  • Managing Windows services or configuration without command limitations
  • Performing file operations across secured directories
  • Integrating MCP tools with full Windows environment capabilities

FAQ from Super Windows CLI MCP Server

How does this server differ from the original Windows CLI MCP Server?

This fork removes application-level command and argument restrictions in favor of network-level security, providing unrestricted system access. It is intended for trusted environments only.

What are the runtime requirements?

Node.js, npm, a Windows operating system, and Administrator privileges for installing the Windows service.

What network protections are applied?

Localhost binding by default, configurable allowed IP ranges, local network restriction, and optional VPN integration. No application-level restrictions are enforced.

How do I install or uninstall the service?

Run .\install-service.ps1 as Administrator to install, or .\uninstall-service.ps1 to remove the service.

What is the license?

MIT License.

评论

开发工具 分类下的更多 MCP 服务器