MCP Command Executor is a secure server that enables safe remote command execution via the MCP protocol, with robust security controls like command allowlisting, direct command execution without shell invocation, and strict environment variable management. Created by cnosuke, it provides a controlled mechanism for executing predefined system commands with granular configuration options, making it useful for scenarios requiring restricted, auditable command execution across different environments.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Executes a system command. Parameters: command (string) - the command to execute, working_dir (optional string) - working directory for command execution, env (optional object) - environment variables for this command execution.