Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_MODELNoModel name (default: gpt-5.4-mini).gpt-5.4-mini
SUPABASE_KEYNoSupabase anon key (required if EFF_RETRIEVAL_PROVIDER=supabase).
SUPABASE_RPCNoSupabase RPC function name (default: match_documents).match_documents
SUPABASE_URLNoSupabase project URL (required if EFF_RETRIEVAL_PROVIDER=supabase).
OPENAI_API_KEYYesOpenAI API key (required, no default).
EFF_RETRIEVAL_KNoNumber of chunks per query (default: 5).5
OPENAI_BASE_URLNoOpenAI-compatible base URL (Azure, local, etc.). Optional.
EFF_AUDIT_LOG_PATHNoPath for audit log file (JSONL). Optional, disabled if unset.
EFF_RETRIEVAL_PROVIDERNoRetrieval provider (none or supabase, default: none).none
OPENAI_EMBEDDING_MODELNoEmbedding model (default: text-embedding-3-small).text-embedding-3-small
EFF_EXTRA_DIMENSIONS_PATHNoPath to JSON file with custom dimensions definitions. Optional.

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/vs3kulic/eff-mcp'

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