Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.
mcpServer
{ "mcpServers": { "shell": { "command": "docker", "args": [ "run", "--rm", "-i", "mcp-shell:latest" ], "env": { "MCP_SHELL_SECURITY_ENABLED": "true", "MCP_SHELL_LOG_LEVEL": "info" } } } }
mcp-shell