Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLASH_BINDNoListen address.127.0.0.1:8437
FLASH_BASE_URLYesThe public origin (https://cards.example.com). Passkeys, OAuth and every link in a mail are minted against it, so it must be what browsers actually see. A hostname, not an IP address.
FLASH_DATA_DIRNoThe SQLite database, import scratch space and media. Back this directory up../data
RESEND_API_KEYNoOutbound mail through Resend, the one provider supported today. The core sends exactly one kind of mail, the password-reset link, so without this there is simply no self-service reset. Must be set together with FLASH_EMAIL_FROM.
FLASH_EMAIL_FROMNoOutbound mail through Resend, the one provider supported today. The core sends exactly one kind of mail, the password-reset link, so without this there is simply no self-service reset. Must be set together with RESEND_API_KEY.
FLASH_DEV_MAIL_LOGNoInstead of a provider, log the mail (and its link) to stdout. Set to 1 to enable.
FLASH_SUPPORT_EMAILNoShown on the pages that print a contact address.
FLASH_MEDIA_R2_BUCKETNoS3-compatible bucket for media storage. Must be set together with the other FLASH_MEDIA_R2_* variables.
FLASH_CLIENT_IP_HEADERNoHeader holding the real client address when a proxy is in front (x-real-ip, cf-connecting-ip). Unset uses the TCP peer.
FLASH_MEDIA_R2_ENDPOINTNoS3-compatible endpoint for media storage. Must be set together with the other FLASH_MEDIA_R2_* variables.
FLASH_MEDIA_R2_ACCESS_KEY_IDNoAccess key ID for S3-compatible media storage. Must be set together with the other FLASH_MEDIA_R2_* variables.
FLASH_MEDIA_R2_SECRET_ACCESS_KEYNoSecret access key for S3-compatible media storage. Must be set together with the other FLASH_MEDIA_R2_* variables.

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/flash-cards/flash'

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