mcp-shell-server
If you are the rightful owner of mcp-shell-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Shell Server is a secure server for executing shell commands using the Model Context Protocol (MCP). It allows remote execution of authorized shell commands with support for stdin input.
The MCP Shell Server is designed to provide a secure environment for executing shell commands remotely. It implements the Model Context Protocol (MCP) to ensure that only authorized commands are executed, enhancing security and control. The server supports input via stdin and provides comprehensive output, including stdout, stderr, exit code, and execution time. It also includes features like shell operator validation and command execution timeout control, making it a robust solution for remote command execution needs.
Features
- Execução Segura de Comandos: Apenas comandos autorizados podem ser executados
- Suporte para Entrada Padrão: Passa entrada para comandos via stdin
- Saída Abrangente: Retorna stdout, stderr, código de saída e tempo de execução
- Segurança com Operadores Shell: Valida comandos após operadores shell (;, &&, ||, |)
- Controle de Timeout: Define tempo máximo de execução para comandos