Enables secure execution of shell commands via MCP with multiple security layers including command whitelisting and directory restrictions.
{
"mcpServers": {
"shell": {
"command": "npx",
"args": [
"-y",
"shell-mcp"
]
}
}
}