Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_EMAILNoEmail for the first bootstrap account when the database is empty (optional after first user exists).
APP_PASSWORDNoPassword for the first bootstrap account when the database is empty (optional after first user exists).
DATABASE_URLYesThe PostgreSQL connection string. Required at startup; the app exits with a clear error otherwise.
DEEPSEEK_MODELNoOptional. DeepSeek model to use (default deepseek-v4-flash).deepseek-v4-flash
RESEND_API_KEYNoFor Receipts by email (optional). Resend API key for receiving and sending reply emails.
SESSION_SECRETYesA random hex string used to sign the session cookie. Always required.
DEEPSEEK_API_KEYNoFor Receipts by email (optional). DeepSeek API key for receipt text/OCR extraction.
RECEIPT_OCR_MODENoOptional. Receipt OCR mode: auto, deepseek, or tesseract (default auto).auto
INBOUND_EMAIL_ADDRESSNoFor Receipts by email (optional). The forwarding address and reply sender.
INBOUND_EMAIL_WEBHOOK_SECRETNoFor Receipts by email (optional). Verifies the webhook signature.

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/assaf/expense'

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