SandboxOS MCP Sandbox Server (Python)
Project description
SandboxOS MCP Sandbox Server
An MCP server that exposes SandboxOS sandbox operations (create, run commands, read/write files, endpoints, lifecycle) as MCP tools for AI agents and MCP-compatible clients like Claude Code.
It is built on the opensandbox Python SDK.
Install
pipx install sandboxos-mcp
# or
pip install sandboxos-mcp
This installs the sandboxos-mcp command.
Run
sandboxos-mcp \
--api-key <API_KEY> \
--domain api.hyperlake.cloud \
--protocol http \
--transport stdio
Flags:
--transport—stdio(default) orstreamable-http--api-key— API key (overridesOPEN_SANDBOX_API_KEY)--domain— API domain (overridesOPEN_SANDBOX_DOMAIN)--protocol—httporhttps--request-timeout-seconds— HTTP request timeout
The
--api-key/--domainflags override theOPEN_SANDBOX_API_KEY/OPEN_SANDBOX_DOMAINenvironment variables, which are read by the underlyingopensandboxSDK. Those env var names are part of the SDK contract and are intentionally unchanged.
Register with Claude Code
claude mcp add sandboxos-sandbox --transport stdio -- \
sandboxos-mcp \
--api-key "$SANDBOXOS_API_KEY" \
--domain "api.hyperlake.cloud" \
--protocol "http"
License
Licensed under the Apache License, Version 2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sandboxos_mcp-0.1.1.tar.gz.
File metadata
- Download URL: sandboxos_mcp-0.1.1.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78c2f2da1bb6eb2b8596e2885f2d00efa408c174090fb752a1d1e0198da6b965
|
|
| MD5 |
e8b470bf17204e3a9a7b4736adfea792
|
|
| BLAKE2b-256 |
5ac89a81aed028276ba331a84611dde13eb4413f8934a0c9ac75194c69236759
|
File details
Details for the file sandboxos_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sandboxos_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ada07ab3f3fb63f837561e1eca3fe7b1e9fa3b3a410526ccb2c246ed3de0681f
|
|
| MD5 |
d194a14360e0b732003ae12affbee0fe
|
|
| BLAKE2b-256 |
48ef511e232d6b6da4e97e4ecbb941f970986198e03db2dae9ed8b0c746fac94
|