Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesPostgres connection string (e.g. Neon pooler URL with ?sslmode=require).
ADMIN_API_KEYYesStatic key protecting all /api/admin/* endpoints.
ENCRYPTION_KEYYesFernet key for encrypting Angel credentials in DB. Generate with: python -m db.crypto generate
SESSION_SECRETNoSigns session cookies. Random key generated on each restart if unset (invalidates existing cookies).
ANGELONE_API_KEYNoBootstrap credentials for local ADK agent testing (for ADK CLI only).
ANGELONE_PASSWORDNoBootstrap credentials for local ADK agent testing (for ADK CLI only).
SCHEDULER_ENABLEDNoSet to 1 to start the APScheduler tick on process startup (for briefings).
ANGELONE_CLIENT_IDNoBootstrap credentials for local ADK agent testing (for ADK CLI only).
OPENROUTER_API_KEYYesServer-side LLM key for Agent/Trading/Briefing.
ANGELONE_TOTP_SECRETNoBootstrap credentials for local ADK agent testing (for ADK CLI only).

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