Executes commands securely within a Windows Subsystem for Linux (WSL) environment.
Sponsored
This server facilitates secure command execution in WSL environments, utilizing the Model Context Protocol (MCP). It incorporates several safety measures, including dangerous command detection, command confirmation, path traversal prevention, and command sanitization. The server supports working directories, command timeouts, and provides detailed command output along with robust error handling. It's designed to protect against shell injection and provides a secure method for interacting with WSL environments.
主要功能
01Secure command execution in WSL
02Dangerous command detection and confirmation
03Path traversal prevention and command sanitization
04Working directory and command timeout support
05Protection against shell injection
使用案例
01Automated testing in a WSL environment
02Securely running scripts within WSL from a remote client
03Integrating WSL commands into a larger automation workflow