Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SANDBOX_MAXNoMaximum concurrent containers. Beyond it the least-recently-used is evicted (rm -f; the volume stays, so files survive).2
MCP_SIGN_KEYYesSigning key for download links. Generated by env.sh and stored in mcp-sandbox.env.
SANDBOX_HOMENoInstall directory for the MCP server. Defaults to ~/mcp-linux-sandbox.
SANDBOX_IDLENoRecycle idle containers after this many seconds. Cleanup only: lowering it loses apt packages sooner, nothing else.300
MCP_PUBLIC_BASEYesPublic base URL for the MCP server, e.g. https://your.host:8443. Must be set in mcp-sandbox.env; install.sh refuses to run while it is still the placeholder.
SANDBOX_LINK_TTLNoDownload links are HMAC-signed with an expiry, so a leaked URL is bounded in time and scope.3600
SANDBOX_MIN_FREENoRefuse to start a sandbox when the volume filesystem is nearly full. Checked at container creation only — it will not stop a single large write.2 GiB
SANDBOX_IMAGE_MAXNoAttached images are also sent to the model (~2 MB ≈ 20k tokens); oversized files fall back to a link.1.5 MiB
SANDBOX_INLINE_MAXNoAttached images are also sent to the model (~2 MB ≈ 20k tokens); oversized files fall back to a link.48 KiB
SANDBOX_MAX_TIMEOUTNoCeiling on the model's timeout_seconds.900

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources