Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMPUTER_RUNTIME_BINYesAbsolute path to the compiled computer-runtime binary.
COMPUTER_RUNTIME_ARGSNoAdditional arguments for the runtime, e.g. --mock to use the built-in mock platform.
COMPUTER_TOOL_PROFILENoStatic tool surface: 'desktop-core', 'desktop-vision', 'browser', 'full', or 'debug' (default 'full').full
COMPUTER_VISION_MODELNoModel name for the 'openai-compatible' vision provider.
COMPUTER_BROWSER_HEADEDNoSet to '1' to launch browser.* tools with a headed browser (default is headless).0
COMPUTER_CAPTURE_TTL_MSNoCapture byte TTL in milliseconds (default 600000).600000
COMPUTER_VISION_API_KEYNoOptional API key for the 'openai-compatible' vision provider.
COMPUTER_VISION_ENABLEDNoSet to '1' to enable vision grounding for computer_visual_observe/computer_resolve (default off).0
COMPUTER_CONTEXT_METRICSNoSet to '1' to log schema character counts, Tool Result byte counts, element counts and vision attempts to stderr.0
COMPUTER_ENABLE_EVALUATENoSet to '0' to disable the browser_evaluate tool (security hardening).1
COMPUTER_SCREENSHOT_MODENoScreenshot return semantics: 'reference', 'image', or 'auto' (default 'reference').reference
COMPUTER_VISION_BASE_URLNoAPI root URL for the 'openai-compatible' vision provider.
COMPUTER_VISION_PROVIDERNoVision provider: 'mock', 'remote', or 'openai-compatible' (default 'mock').mock
COMPUTER_CAPTURE_MAX_EDGENoLongest edge for preview images (default 1568).1568
COMPUTER_LEGACY_SCREENSHOTNoShort-term transition flag; same as 'image', with deprecation warning.0
COMPUTER_VISION_MAX_RETRIESNoMaximum retries for managed vision (default 1).1
COMPUTER_VISION_REMOTE_UPLOADNoSecond switch for all remote providers. If unset, screenshots will never be uploaded to external endpoints.0
COMPUTER_VISION_MAX_IMAGE_BYTESNoMaximum image size in bytes for vision (default 8MiB).8388608
COMPUTER_ALLOW_RAW_IMAGE_CONTENTNoSet to '1' to explicitly allow computer_screenshot_image to return ImageContent (default disabled).0

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

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/FloraAurella/computer-use-mcp'

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