Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORIA_HOSTNoBind host for the HTTP server0.0.0.0
MEMORIA_PORTNoBind port for the HTTP server8080
MEMORIA_MCP_PATHNoMCP endpoint path/mcp
MEMORIA_AUTH_MODENoAuth mode: local, stub_auth, or oidclocal
MEMORIA_LOG_LEVELNoApplication log levelINFO
MEMORIA_QDRANT_URLNoFull Qdrant URL; overrides host/port mode
MEMORIA_QDRANT_HOSTNoQdrant host when not using a full URLqdrant
MEMORIA_QDRANT_PORTNoQdrant port when not using a full URL6333
MEMORIA_MEM0_VERSIONNomem0 API/config version passed to the SDKv1.1
MEMORIA_LOCAL_USER_IDNoFixed user id used in local modelocal-user
MEMORIA_OIDC_AUDIENCENoExpected access token audience
MEMORIA_OIDC_JWKS_URLNoOptional internal JWKS URL for server-side verification
MEMORIA_MEM0_GRAPH_URLNoMemgraph connection URLbolt://memgraph:7687
MEMORIA_MEM0_LLM_MODELNoLLM model namegpt-4o-mini
MEMORIA_QDRANT_API_KEYNoAPI key for managed Qdrant deployments
MEMORIA_QDRANT_ON_DISKNoEnables on-disk Qdrant storage modefalse
MEMORIA_OIDC_ISSUER_URLNoExpected token issuer and default upstream OIDC issuer
MEMORIA_PUBLIC_BASE_URLNoPublic base URL used in advertised MCP/OAuth metadatahttp://localhost:8080
MEMORIA_MEM0_LLM_API_KEYNoLLM API key; local OpenAI-compatible stacks can use any non-empty valuedummy
MEMORIA_USER_HEADER_NAMENoIdentity header used in stub_auth modex-user-id
MEMORIA_MEM0_ENABLE_GRAPHNoEnables graph memory support in mem0false
MEMORIA_MEM0_LLM_BASE_URLNoOptional base URL override for the LLM provider
MEMORIA_MEM0_LLM_PROVIDERNoLLM provider passed to mem0vllm
MEMORIA_OIDC_SUBJECT_CLAIMNoClaim used as the per-user identitysub
MEMORIA_MEM0_EMBEDDER_MODELNoEmbedder model nametext-embedding-3-small
MEMORIA_MEM0_GRAPH_PASSWORDNoMemgraph passwordmemgraph
MEMORIA_MEM0_GRAPH_PROVIDERNoGraph provider namememgraph
MEMORIA_MEM0_GRAPH_USERNAMENoMemgraph usernamememgraph
MEMORIA_MEM0_HISTORY_DB_PATHNoLocal history DB path used by mem0./data/mem0_history.db
MEMORIA_OIDC_REQUIRED_SCOPESNoOptional space-separated scopes enforced by the verifier
MEMORIA_MEM0_EMBEDDER_API_KEYNoEmbedder API key; local compatible stacks can use any non-empty valuedummy
MEMORIA_QDRANT_EMBEDDING_DIMSNoEmbedding dimension size for the collection1536
MEMORIA_MEM0_EMBEDDER_BASE_URLNoOptional base URL override for the embedder provider
MEMORIA_MEM0_EMBEDDER_PROVIDERNoEmbedder provider passed to mem0openai
MEMORIA_OIDC_PUBLIC_ISSUER_URLNoBrowser-facing issuer for advertised OAuth endpoints
MEMORIA_QDRANT_COLLECTION_NAMENoCollection name used by mem0mem0
MEMORIA_OIDC_JWKS_CACHE_TTL_SECONDSNoJWKS cache TTL in seconds300

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/ivkond/memoria'

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