← Back to browse

Sandbox Env MCP

Indexed by io.github.hs3434

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add sandbox-env-mcp -- uvx sandbox-env-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sandbox-env-mcp","command":"uvx","args":["sandbox-env-mcp"]}'
JSON
{
  "mcpServers": {
    "sandbox-env-mcp": {
      "command": "uvx",
      "args": [
        "sandbox-env-mcp"
      ]
    }
  }
}