Super Windows CLI MCP Server
by delorenj
execute_command
Execute a command in the specified shell (powershell, cmd, or gitbash)
Example usage (PowerShell):
Copy
Example usage (CMD):
Copy
Example usage (Git Bash):
Copy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
shell | Yes | Shell to use for command execution | |
workingDir | No | Working directory for command execution (optional) |