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), working_dir (optional string), env (optional object of environment variables)