mcp-cmd-sandbox

DaniD3v/mcp-cmd-sandbox
★ 0 stars Python 💻 Code/Dev Tools Updated today
An MCP server that sandboxes your built-in Bash tool
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cmd-sandbox": {
      "command": "uvx",
      "args": [
        "mcp-cmd-sandbox"
      ]
    }
  }
}

Or install with pip: pip install mcp-cmd-sandbox

README Excerpt

An MCP server that runs commands inside Docker/Podman containers. It is supposed to replace the built-in bash tool with a more secure and usable alternative. **Usability**: You don't need to click `Yes` for every single command. **Security**: Fully isolated environment. **No tokens wasted on setup**: Your agent won't waste tokens to setup build tools