A production-ready MCP (Model Context Protocol) server that provides shell command execution and system operations capabilities.
Server Config
{
"mcpServers": {
"shell": {
"command": "npx",
"args": [
"-y",
"@lucid-spark/shell-mcp",
"stdio"
],
"env": {
"ALLOW_SUDO": "true",
"SUDO_PASSWORD": "your-password"
}
}
}
}