Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAMOUFOX_MCP_HEADLESSNoExactly virtual (per-session Xvfb) or native (Firefox native headless).virtual
CAMOUFOX_MCP_PORT_ENDNoInteger 1–65535; last private browser port, greater than or equal to PORT_START.9109
CAMOUFOX_MCP_AUTH_TOKENNoNon-blank optional bearer token protecting MCP and browser WebSocket requests. /health stays open.
CAMOUFOX_MCP_PORT_STARTNoInteger 1–65535; first private browser port.9100
CAMOUFOX_MCP_PUBLIC_URLNoClient-reachable ws:// or wss:// base placed in session results. A trailing slash is stripped.ws://localhost:8000
CAMOUFOX_MCP_LISTEN_HOSTNoNon-empty Uvicorn bind address.0.0.0.0
CAMOUFOX_MCP_LISTEN_PORTNoInteger 1–65535. Keep 8000 inside this image and with Compose.8000
CAMOUFOX_MCP_MAX_SESSIONSNoPositive integer maximum for tracked browser sessions. Effective capacity cannot exceed the private port count.4
CAMOUFOX_MCP_ALLOWED_HOSTSNoComma-separated MCP Host values. * disables SDK DNS-rebinding protection; use explicit client-visible hosts in less-trusted networks.*
CAMOUFOX_MCP_ALLOWED_ORIGINSNoComma-separated MCP Origin values allowed when DNS-rebinding protection is enabled.
CAMOUFOX_MCP_IDLE_TIMEOUT_SECONDSNoPositive integer seconds since the last proxied WebSocket traffic before cleanup.900
CAMOUFOX_MCP_STARTUP_TIMEOUT_SECONDSNoPositive integer seconds allowed for the private browser server to bind.30
CAMOUFOX_MCP_CLEANUP_INTERVAL_SECONDSNoPositive integer seconds between idle-session cleanup passes.30

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