A secure MCP server for Windows Subsystem for Linux environments, facilitating safe command execution with extensive validation and protection against vulnerabilities like shell injection and dangerous commands.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get system information (OS version, kernel, hostname). Parameters: None
Get directory contents and file information. Parameters: path (string, optional), details (boolean, optional)
Get disk space information. Parameters: path (string, optional)
Get environment variables. Parameters: filter (string, optional)
List running processes. Parameters: filter (string, optional)
Execute a command in WSL with safety checks and validation. Parameters: command (string, required), working_dir (string, optional), timeout (number, optional)
Confirm execution of a dangerous command that was flagged by safety checks. Parameters: confirmation_id (string, required), confirm (boolean, required)