bash_execute
Execute Bash commands with output capture and security restrictions on the MCP Filesystem Server. Specify working directory, timeout, and environment variables for controlled command execution.
Instructions
Execute a Bash command directly with output capture. More flexible than execute_command but still with security restrictions. Allows for direct access to Bash functionality.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The bash command to execute | |
env | No | Additional environment variables for the command | |
timeout | No | Maximum execution time in milliseconds (max 60s) | |
workingDir | No | Working directory for command execution |