mcp-sandbox-setup

geomux/mcp-sandbox-setup
★ 0 stars Dockerfile Code/Dev Tools Updated today
Docker compose stack to set up a containers for a remote MCP server and reverse proxy on a remote host. Ideal for blast radius containment for LLM/code testing.
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": {
    "mcp-sandbox-setup": {
      "command": "npx",
      "args": [
        "-y",
        "geomux/mcp-sandbox-setup"
      ]
    }
  }
}

README Excerpt

Docker Compose stack that builds two containers on a remote host: an nginx reverse proxy (open to internet traffic) and a remote MCP server (only nginx can reach it). Ideal for blast radius containment when testing LLMs and sketchy code. *Intended for use as a disposable sandbox for Cybersecurity purposes. Prompt injection only impacts contents inside the container, not on the host.*

Tools (2)

DockerfileSandbox_1