Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYNoLeave blank to run the API in open dev mode. Set a value to require a matching X-API-Key header
PERSIST_DIRNoWhere the BM25 corpus and ingested-document manifest are saved./storage
GROQ_API_KEYNoKey for Groq-hosted LLaMA 3.3 70B calls (leave blank to use the built-in mock LLM for local testing)
HYBRID_RRF_KNoReciprocal Rank Fusion constant for /query/hybrid; higher values reduce how much rank position 1 vs 2 matters60
VECTOR_DB_PATHNoLocal path for the persistent Chroma store./chroma_db
EMBEDDING_PROVIDERNoEmbedding provider: hash (default), sentence-transformers, or remotehash
EMBEDDING_MODEL_NAMENoModel name used when EMBEDDING_PROVIDER=sentence-transformersall-MiniLM-L6-v2
CHAT_HISTORY_MAX_TURNSNoHow many turns of conversation /chat keeps per session10
QUERY_CACHE_MAX_ENTRIESNoHow many entries the cache holds before evicting500
QUERY_CACHE_TTL_SECONDSNoHow long identical (mode, query, top_k) requests are served from cache300
CHAT_SESSION_TTL_SECONDSNoHow long an idle session is kept before being swept3600

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/ShoaibImranTech/noema-ai'

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