Loading...
npx -y @smithery/cli install mcp-shell-server --client claude{
"mcpServers": {
"shell": {
"command": "uvx",
"args": [
"mcp-shell-server"
],
"env": {
"ALLOW_COMMANDS": "ls,cat,pwd,grep,wc,touch,find"
}
},
}
}mcp-shell-serverExecutes whitelisted shell commands with input and timeout support.
Executes shell commands, potentially leading to system compromise if misconfigured.
This server is relatively safe when the command whitelist is carefully managed and timeouts are enforced. Risks increase if the whitelist is overly permissive or if the server is exposed to untrusted networks without proper security measures.