linux-command-mcp

linux-command-mcp

3.3

If you are the rightful owner of linux-command-mcp 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.

Linux Command MCP is a remote command execution system built using the Model Context Protocol (MCP), allowing secure and standardized execution of Linux commands.

Linux Command MCP is a robust system designed to facilitate the secure execution of Linux commands remotely using the Model Context Protocol (MCP). It is particularly useful for environments where standardized command execution is necessary, ensuring that operations are performed in a controlled and secure manner. The system is configured through a JSON file, allowing for flexibility and customization according to specific server requirements. It supports various command executors like node, npx, and uvx, and requires Node.js and npm for setup. The server and client components are built separately, and the server is managed using PM2 for process management. The system is designed to execute non-interactive commands, making it unsuitable for commands requiring sudo or root permissions. It emphasizes security and best practices, ensuring that only safe and non-sensitive commands are executed.

Features

  • Secure remote command execution using MCP
  • Configurable through JSON for flexibility
  • Supports Node.js environment with PM2 process management
  • Non-interactive command execution for safety
  • Emphasizes security and best practices