Submit

Shell MCP

@luciVuc

A production-ready MCP (Model Context Protocol) server that provides shell command execution and system operations capabilities.

Tools

exec

readFile

writeFile

deleteFile

listDir

getSystemInfo

listProcesses

Server Config

{
  "mcpServers": {
    "shell": {
      "command": "npx",
      "args": [
        "-y",
        "@lucid-spark/shell-mcp",
        "stdio"
      ],
      "env": {
        "ALLOW_SUDO": "true",
        "SUDO_PASSWORD": "your-password"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.