Shell Server icon

Shell Server

Executes whitelisted shell commands remotely, supporting standard input.

关于

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.

主要功能

  • 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

使用案例

  • Remote command execution in sandboxed environments
  • Automated system administration tasks
  • Integration with applications requiring shell command execution
Shell Server: Secure Remote Command Execution