Safe Shell Sandbox MCP Server

Community
Security & Sandbox
stdio

Run shell commands from AI agents in a controlled, sandboxed environment. Configurable allow/deny lists for commands, working directory restrictions, timeout limits, and output capture for safe command execution.

Quick Install

$ npx -y mcp-server-safe-shell

Configuration by Client

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-safe-shell"
      ]
    }
  }
}

Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.

Available Tools (1)

run_command