Skip to content
VS Code

Sandbox Env MCP for VS Code

io.github.hs3434/sandbox-env-mcp

Persistent Docker/SSH sandbox for AI agents: shell exec, file ops, audit log.

client:VS Code transport:stdio runtime:pypi

Install Sandbox Env MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "sandbox-env-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sandbox-env-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sandbox Env MCP in other clients