Shell Server
CreatedMCP-Mirror
Executes whitelisted shell commands remotely, supporting standard input.
About
Shell Server provides a secure mechanism for executing shell commands remotely. By implementing the Model Context Protocol (MCP), it allows for whitelisted commands to be executed with standard input support. It provides comprehensive output including stdout, stderr, exit status, and execution time. The server validates commands after shell operators for safety and allows setting a maximum execution time for each command.
Key Features
- Timeout Control for Command Execution
- Provides Comprehensive Output (stdout, stderr, status, execution time)
- Validates Commands After Shell Operators
- Secure Command Execution via Whitelisting
- Supports Standard Input
- 0 GitHub stars
Use Cases
- Remote command execution in sandboxed environments
- Automated system administration tasks
- Integration with applications requiring shell command execution