Shell Command Executor
Createdtumf
Executes whitelisted shell commands remotely with standard input support.
About
The Shell Command Executor is a secure server designed for remotely executing whitelisted shell commands, adhering to the Model Context Protocol (MCP). This server enhances security by only allowing pre-approved commands, and it validates commands even after shell operators. It supports standard input, provides comprehensive output (stdout, stderr, exit status, execution time), and allows setting a timeout for command execution, making it a robust solution for controlled remote command execution.
Key Features
- Secure command execution via whitelisting
- Validates commands after shell operators
- Supports standard input for commands
- Allows setting maximum execution time (timeout)
- Returns detailed output: stdout, stderr, exit status, execution time
Use Cases
- Integrating shell command execution into applications via MCP.
- Remote execution of system utilities in a sandboxed environment.
- Automated tasks requiring specific command sequences with security constraints.