Enables secure execution of system commands via the MCP protocol using an allowlist.
Command Exec is a server implementation that provides a secure way to execute system commands using the Metoro Control Plane (MCP) protocol. It enhances security by enforcing an allowlist, ensuring that only pre-approved commands can be executed. The server is configurable through a YAML file, supports environment variables for customization, and delivers command execution results as text output.
Key Features
01Text-based command execution output
021 GitHub stars
03Command execution via MCP protocol
04Command filtering with an allowlist
05Global and per-command environment variable support
06Customizable allowed commands via environment variables
Use Cases
01Automated task execution within a controlled environment
02Integration with Claude Desktop for secure command execution
03Remote server management with restricted command access