Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MNEMOZINE_MCP_HOSTNoMCP bind host127.0.0.1
MNEMOZINE_MCP_PORTNoMCP bind port8765
MNEMOZINE_LOG_LEVELNoLogging levelINFO
MNEMOZINE_FALKORDB__URLNoFalkorDB (Redis protocol) connection URLredis://localhost:6379
MNEMOZINE_EMBEDDING__MODELNoOllama embedding modelbge-m3
MNEMOZINE_RETRIEVAL__TOP_KNoDefault results per scoped query10
MNEMOZINE_EXTRACTION__MODELNoLiteLLM provider/model idopenai/qwen2.5
MNEMOZINE_MAINTENANCE__CRONNoScheduled maintenance cadence0 3 * * *
MNEMOZINE_FALKORDB__PASSWORDNoOptional FalkorDB/Redis password
MNEMOZINE_EMBEDDING__BASE_URLNoOllama base URLhttp://localhost:11434
MNEMOZINE_EXTRACTION__API_KEYNoAPI key for extraction endpointnot-needed
MNEMOZINE_EMBEDDING__TIMEOUT_SNoPer-request timeout (seconds)60
MNEMOZINE_EXTRACTION__BASE_URLNoOpenAI-format base URL for extraction LLMhttp://localhost:8000/v1
MNEMOZINE_FALKORDB__GRAPH_NAMENoGraphiti graph/keyspace namemnemozine
MNEMOZINE_INJECT__TOKEN_BUDGETNoHard cap for injection token budget; truncate, never overflow500
MNEMOZINE_EMBEDDING__DIMENSIONSNoVector dimensionality (bge-m3 is 1024-d)1024
MNEMOZINE_EXTRACTION__TIMEOUT_SNoPer-request timeout (seconds)120
MNEMOZINE_EXTRACTION__TEMPERATURENoExtraction determinism0.0
MNEMOZINE_INGEST__CHUNK_MAX_CHARSNoMaximum characters per episode chunk8000
MNEMOZINE_INGEST__STRIP_TOOL_CALLSNoStrip tool_calls/tool results on ingesttrue
MNEMOZINE_CROSSREF__MAX_SUGGESTIONSNoMaximum cross-reference suggestions (1–2)2
MNEMOZINE_INGEST__CLAUDE_CONFIG_DIRNoRoot of Claude Code config/transcripts~/.claude
MNEMOZINE_INGEST__CHUNK_MAX_MESSAGESNoMaximum messages per episode chunk40
MNEMOZINE_INGEST__CLEANUP_PERIOD_DAYSNoClaude Code's cleanupPeriodDays retention30
MNEMOZINE_MAINTENANCE__MAX_NODE_DEGREENoTraversal-bound cap64
MNEMOZINE_RETRIEVAL__NEIGHBORHOOD_HOPSNoEntity-neighborhood traversal depth1
MNEMOZINE_CROSSREF__RELEVANCE_THRESHOLDNoCross-reference relevance threshold (precision over recall)0.8
MNEMOZINE_MAINTENANCE__EDGE_WEIGHT_FLOORNoLow-weight edge pruning threshold0.1
MNEMOZINE_INJECT__MAX_PREFERENCE_SNIPPETSNoMaximum top-preference snippets in the index5
MNEMOZINE_RETRIEVAL__P95_LATENCY_TARGET_MSNoP95 latency target in milliseconds500
MNEMOZINE_MAINTENANCE__DECAY_HALF_LIFE_DAYSNoDecay half-life in days30
MNEMOZINE_CROSSREF__VECTOR_FALLBACK_THRESHOLDNoMinimum cosine sim for vector fallback in cross-reference0.75
MNEMOZINE_MAINTENANCE__DECAY_ARCHIVE_AFTER_DAYSNoHot-to-archive demotion delay in days90
MNEMOZINE_MAINTENANCE__CONTRADICTION_CANDIDATE_CAPNoSupersede-LLM candidate cap5
MNEMOZINE_MAINTENANCE__DEDUP_EQUIVALENCE_THRESHOLDNoDedup equivalence threshold (reinforce-vs-add)0.9

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/DiverOfDark/Mnemozine'

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