Skip to content
Cline

Sandbox Env MCP for Cline

io.github.hs3434/sandbox-env-mcp

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

client:Cline transport:stdio runtime:pypi

Install Sandbox Env MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Sandbox Env MCP in other clients