Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHTTP bind address127.0.0.1
PORTNoHTTP port3333
BOX_API_KEYYesBox dashboard API key; never sent to the MCP client
ALLOW_WRITESNoWhen false, deny non-read toolstrue
BOX_BASE_URLNoAPI basehttps://ascii.dev/api/box/v1
MCP_BOX_MODENoisolated or trustedisolated
MCP_BOX_AUDIT_PATHNoOptional audit JSONL path

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
box_createA

Create a Box cloud computer. Isolated mode always uses noEnv. Waits until ready when possible.

box_listB

List boxes for the account.

box_getA

Get box state. Desktop URLs are redacted in the summary field.

box_execC

Run a shell command in a ready box. timeoutSeconds is capped at 60.

box_exec_backgroundA

Start a long command via nohup under .mcp-box-jobs// and return immediately.

box_job_statusB

Poll background job state from .mcp-box-jobs// files.

box_read_fileA

Read a file relative to the box workdir.

box_write_fileB

Write a file relative to the box workdir.

box_download_artifactA

Download an artifact as base64 (max ~2MB). Prefer box-side tools for larger files.

box_desktopB

Get a secret-bearing desktop/noVNC URL. Never log the full URL.

box_stop_and_waitA

Stop a box and wait until archived. Requires confirm:true. force requires trusted mode.

box_resumeA

Resume an archived box and wait until ready.

box_forkA

Fork a box from its latest snapshot. Isolated forks always use noEnv.

box_interruptA

Best-effort interrupt of prompt work on a box (not shell background jobs).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EnzoTironi/mcp-box'

If you have feedback or need assistance with the MCP directory API, please join our Discord server