Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port to listen on locally; the platform supplies the production port.3000
LIVEKIT_URLNoOptional LiveKit signalling endpoint; remote servers require wss:.
VISIT_STORENoStorage backend: sqlite, memory, or firestore.sqlite
LIVEKIT_API_KEYNoLiveKit API key, set with LIVEKIT_URL.
PUBLIC_BASE_URLNoThe exact public HTTPS origin when deploying.http://localhost:<PORT>
LIVEKIT_API_SECRETNoLiveKit API secret, set with LIVEKIT_URL.
VISIT_DATABASE_PATHNoPath for SQLite database..local/visits.sqlite
FIRESTORE_COLLECTIONNoFirestore collection name.visits
FIRESTORE_PROJECT_IDNoRequired when VISIT_STORE=firestore; credentials come from the service identity.
FIRESTORE_DATABASE_IDNoFirestore database ID.(default)

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

Maintenance

ActivityMaintained
ResponsivenessNo issues