Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
envNoSet an environment variable inside the sandbox as KEY=VALUE. Can be repeated.
mcpNoPath to an MCP server configuration file (JSON) to connect to, or a JSON string. The tools from these servers are exposed inside the sandbox.
fileNoPath to an input file to make available in the sandbox at /files/. Can be repeated.
hostNoHost interface to bind when using HTTP transport (e.g., 0.0.0.0).
portNoPort to listen on when using HTTP transport (e.g., 8080).
mountNoMount a host directory into the sandbox, in the form 'host_path:container_path:mode' where mode is 'ro' or 'rw'. Can be repeated.
serveNoPort for the built-in web server inside the sandbox, enabling agents to build and serve web apps.
elicitNoEnable human-in-the-loop approval via MCP elicitation for tool calls. Pass as a flag or set to 'true'.false
memoryNoWASM memory limit in MB (default 2048).2048
networkNoEnable network access in the sandbox. Pass as a flag or set to 'true'. When omitted, network is blocked.false
timeoutNoExecution timeout in seconds (default 60; 0 disables).60
packagesNoComma-separated list of Python packages (and npm packages with 'npm:' prefix) to install on startup, e.g., 'pandas,matplotlib'.
transportNoMCP transport to use: 'stdio' (default) or 'http'.stdio
output-dirNoHost directory where sandbox files are persisted (maps to the sandbox working directory).
package-dirNoDirectory used to cache installed packages across sessions.
allow-runtime-packagesNoEnable automatic installation of packages when imported in the sandbox. Pass as a flag (e.g., '--allow-runtime-packages') or set to 'true'.false

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