execute_command
Run approved Windows commands and retrieve output securely using the Windows Command Line MCP Server. Supports basic commands like 'dir' and 'echo' with configurable working directory and timeout settings.
Instructions
Execute a Windows command and return its output. Only commands in the allowed list can be executed. This tool should be used for running simple commands like 'dir', 'echo', etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The command to execute | |
timeout | No | Timeout in milliseconds | |
workingDir | No | Working directory for the command |