Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region for S3 storage. Defaults to us-east-1.us-east-1
STORAGE_URLNoStorage backend URL (file, s3, or gcs scheme). Defaults to file://brain-memory.duckdb.file://brain-memory.duckdb
OPENAI_MODELNoModel to use for consolidation. Defaults to gpt-5-mini.gpt-5-mini
OPENAI_API_KEYYesOpenAI API key required for memory consolidation.
OPENAI_BASE_URLNoOpenAI-compatible API endpoint. Defaults to https://api.openai.com/v1.https://api.openai.com/v1
AWS_ACCESS_KEY_IDNoAWS access key for S3 storage.
ENABLE_CONSOLIDATIONNoEnable or disable auto-consolidation. Defaults to true.true
AWS_SECRET_ACCESS_KEYNoAWS secret key for S3 storage.
CONSOLIDATION_SCHEDULENoCron schedule for consolidation. Defaults to 0 0 * * * (midnight daily).0 0 * * *
GOOGLE_APPLICATION_CREDENTIALSNoPath to Google Cloud credentials JSON file for GCS storage.

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/yonidavidson/brain-mcp'

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