execute_shell_script
Run shell scripts or commands on your local machine for system automation and management tasks. Review scripts before execution to ensure safety and confirm actions. Supports tasks like opening apps, installing packages, and more.
Instructions
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 from AiDD MCP Server
- create_directory
- delete_file
- directory_tree
- edit_file
- execute_code
- execute_shell_script
- get_allowed_directory
- get_file_info
- get_system_info
- git_add
- git_checkout
- git_commit
- git_create_branch
- git_diff
- git_diff_staged
- git_diff_unstaged
- git_init
- git_log
- git_reset
- git_show
- git_status
- list_directory
- move_file
- read_file
- read_multiple_files
- search_files
- tree_sitter_map
- update_allowed_directory
- write_file
Related Tools
- @SimonB97/win-cli-mcp-server
- @dillip285/mcp-terminal
- @auchenberg/claude-code-mcp
- @alxspiker/Windows-Command-Line-MCP-Server
- @xiaoguomeiyitian/ToolBox