Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoListen port (read by the Node adapter). Default: 8010.8010
HOLD_SNoSeconds `request_input` parks before returning `pending`. Max 59. Default: 55.55
ORIGINNoAdapter CSRF origin. Must equal PUBLIC_BASE_URL. The compose file sets it automatically.
DATA_DIRNoSQLite database plus media/ directory. Default: data (in the image: /data).data
XFF_DEPTHNoNumber of proxies you control, counted from the right. Set together with ADDRESS_HEADER.
TOKEN_SECRETYesHMAC key for agent and upload tokens. 32+ chars. Rotating it kills every minted token. Required.
ADDRESS_HEADERNoSet to X-Forwarded-For when a reverse proxy is in place. Must be unset without a proxy, otherwise every request answers 500.
SESSION_SECRETYesSigns the owner session cookie. 32+ chars. Required.
BODY_SIZE_LIMITNoAdapter-level cap. Must be ≥ MAX_VIDEO_BYTES or uploads 413 before the app sees them; startup refuses if it is smaller. Default: 200 MiB in image.200 MiB in image
MAX_IMAGE_BYTESNoPer-image upload cap, enforced as the bytes arrive. Default: 10 MiB.10 MiB
MAX_VIDEO_BYTESNoPer-video upload cap. Default: 200 MiB.200 MiB
PUBLIC_BASE_URLYesExternally reachable origin. Must be what agents can reach. Required in effect.
ADMIN_PASSWORD_HASHYesargon2id hash of the one owner password (generated with `hash-password`). Required.

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/wildware-uk/agent-dashboard'

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