Skip to main content
Glama
jee1
by jee1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP/MCP server port (http-server fallback)9001
DB_PATHNoPath to the SQLite database file./data/memory.db
NODE_ENVNoNode.js environment (development, production, etc.)development
LOG_LEVELNoLogging levelinfo
GEMINI_API_KEYNoOptional Gemini API key for embeddings
OPENAI_API_KEYNoOptional OpenAI API key for embeddings
MCP_SERVER_PORTNoHTTP/MCP server port (alias for PORT)9001
MEMENTO_TOOLSETNoSet to 'full' to expose all MCP tools in tools/list instead of the default set
FORGET_THRESHOLDNoForgetting score threshold for triggering forgetting0.6
TTL_SOFT_WORKINGNoTTL in days for soft-deleting working memories2
TTL_SOFT_EPISODICNoTTL in days for soft-deleting episodic memories30
TTL_SOFT_SEMANTICNoTTL in days for soft-deleting semantic memories180
EMBEDDING_PROVIDERNoEmbedding provider: tfidf, lightweight, minilm, openai, geminiminilm
ENABLE_PII_MASKINGNoEnable PII maskingtrue
TTL_SOFT_PROCEDURALNoTTL in days for soft-deleting procedural memories90
CORS_ALLOWED_ORIGINSNoComma-separated allowed origins; empty disables cross-origin
HARD_DELETE_THRESHOLDNoForgetting score threshold for hard delete0.8
SOFT_DELETE_THRESHOLDNoForgetting score threshold for soft delete0.6
MEMORY_REVIEW_STALE_DAYSNoMinimum stale days for memory review candidates (integer >= 1)14
MEMORY_REVIEW_MAX_BACKLOGNoSkip new candidate selection if pending backlog exceeds this; 0 disables500
CONSOLIDATION_BASELINE_PATHNoPath to baseline snapshot./data/consolidation-baseline.json
CONSOLIDATION_SCORE_ENABLEDNoEnable Consolidation Score Systemfalse
CONSOLIDATION_TEST_SEED_PATHNoPath to test seed data file./data/consolidation-seed.json
MEMORY_REVIEW_MAX_CANDIDATESNoMaximum number of memory review candidates (integer >= 1)50
CONSOLIDATION_TEST_ITEM_COUNTNoBenchmark test data size100
MEMORY_REVIEW_CANDIDATE_DUE_DAYSNoDays added to due_at by batch (1-366)14
MEMORY_REVIEW_CANDIDATE_TTL_DAYSNoExpire pending candidates older than this many days; 0 disables30
MEMORY_REVIEW_IMPORTANCE_THRESHOLDNoMinimum importance for memory review candidates (0-1)0.7
MEMORY_REVIEW_CANDIDATES_INTERVAL_MSNoBatch schedule interval in milliseconds; minimum 6000086400000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/jee1/memento'

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