Run shell commands with paginated output, custom directories, and timeout control.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "command-executor" yet — see the docs or source repo.
Run the command `ls -la` in the /Users/demo/my-app directory and return the results with pagination.
A paginated listing of files and folders in the directory, including permissions, sizes, and modification times.
Run the command `tail -n 500 system.log` in the /var/log directory, and automatically paginate the output if it is too long.
The last 500 lines of system.log, displayed in pages for easier step-by-step review.
Run the command `npm test` in the current directory with a 60-second timeout, and return the execution result.
The command’s stdout, stderr, and whether execution was interrupted due to the timeout.
Let AI run CLI commands for deployment, inspection, and system administration.
Run a single remote shell command safely and get summarized results.
Securely run restricted shell commands for automation, development, and local operations.
Run Zsh commands and interactive terminal tasks with timeout protection and retry insights.
Securely run shell commands for AI agents with process and output control.
Execute shell commands securely over MCP for controlled dev and ops workflows.