
Shell Command Executor
Executes whitelisted shell commands safely with security controls like timeouts, output limits, and resource monitoring. Provides basic file system operations and system information commands for LLMs.
6432 views5Local (stdio)
What it does
- Execute whitelisted shell commands with arguments
- List directory contents and show file information
- Monitor system resources like memory and disk usage
- Search text patterns in files with grep
- Display file contents and system information
- Control command timeouts and output size limits
Best for
LLM agents needing file system accessAutomating basic system administration tasksDevelopment workflows requiring shell operationsSystem monitoring and diagnostics
Security-focused with whitelisted commands onlyBuilt-in resource monitoring and limits10+ common shell tools included
Tools (20)
shell_ls
List directory contents
shell_cat
Concatenate and display file contents
shell_pwd
Show current working directory
shell_df
Show disk usage
shell_echo
Display text