AiDD MCP Server
by skydeckai
execute_shell_script
Execute a shell script (bash/sh) on the user's local machine within the current working directory. This tool can execute shell commands and scripts for system automation and management tasks. It is designed to perform tasks on the user's local environment, such as opening applications, installing packages and more. Always review the script carefully before execution to prevent unintended consequences. You MUST explicitly show the user the script that will be executed and get his confirmation before using this tool. Examples: - script='echo "Current directory:" && pwd'. - script='for i in {1..5}; do echo $i; done'.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script | Yes | Shell script to execute on the user's local machine | |
timeout | No | Maximum execution time in seconds (default: 300, max: 600) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- get_allowed_directory
- write_file
- update_allowed_directory
- create_directory
- edit_file
- list_directory
- read_file
- read_multiple_files
- move_file
- search_files
- delete_file
- get_file_info
- directory_tree
- execute_code
- execute_shell_script
- tree_sitter_map
- git_init
- git_status
- git_diff_unstaged
- git_diff_staged
- git_diff
- git_commit
- git_add
- git_reset
- git_log
- git_create_branch
- git_checkout
- git_show
- get_system_info