Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BR8N_API_KEYNoService-only API key for internal callers (optional).
BR8N_BACKENDNoBackend tier: 'local' (free, on-device SQLite) or 'cloud' (hosted Supabase). Defaults to 'local'.local
BR8N_DB_PATHNoPath to the on-device SQLite database. Defaults to ~/.br8n/brain.db.~/.br8n/brain.db
SUPABASE_URLNoSupabase project URL. Required for cloud backend.
OPENAI_API_KEYNoOpenAI API key, used for semantic search embeddings. Alternative to AI_GATEWAY_API_KEY.
TAVILY_API_KEYNoTavily API key for web search in the explore pipeline. Optional.
SUPABASE_ANON_KEYNoSupabase anon key. Required for cloud backend.
AI_GATEWAY_API_KEYNoAPI key for the AI gateway, used for semantic search embeddings. Alternative to OPENAI_API_KEY.
SUPABASE_JWT_SECRETNoSecret used to verify GoTrue JWTs. Required for cloud backend.

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/anthonysuherli/br8n'

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