shell-sandbox-mcp

jmars/shell-sandbox-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server for safe shell command execution via pledge() + unveil() sandbox with vendored busybox
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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