Skip to main content
Glama
n24q02m

Mnemo - Persistent AI Memory

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoDatabase location~/.mnemo-mcp/memories.db
API_KEYSNoAPI keys (ENV:key,ENV:key). Optional: enables semantic search (SDK mode)
LOG_LEVELNoLog levelINFO
SYNC_FOLDERNoRemote foldermnemo-mcp
SYNC_REMOTENorclone remote namegdrive
SYNC_ENABLEDNoEnable rclone syncfalse
SYNC_INTERVALNoAuto-sync seconds (0=manual)300
SYNC_PROVIDERNorclone provider type (drive, dropbox, s3, etc.)drive
EMBEDDING_DIMSNoEmbedding dimensions (0 = auto-detect, default 768)0
EMBEDDING_MODELNoLiteLLM model name (optional)
EMBEDDING_API_KEYNoCustom embedding endpoint key (optional)
EMBEDDING_BACKENDNolitellm (cloud API) or local (Qwen3). Auto: API_KEYS -> litellm, else local (always available)(auto-detect)
LITELLM_PROXY_KEYNoLiteLLM Proxy virtual key (e.g. sk-...)
LITELLM_PROXY_URLNoLiteLLM Proxy URL (e.g. http://10.0.0.20:4000). Enables proxy mode
EMBEDDING_API_BASENoCustom embedding endpoint URL (optional, for SDK mode)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory

Persistent memory store. Actions: add|search|list|update|delete|export|import|stats. PROACTIVE: save user preferences, decisions, corrections, project conventions. Search before recommending. Use help tool for full docs.

config

Server config and sync. Actions: status|sync|set. status: show config. sync: manual sync. set: change setting.

help

Full documentation for memory and config tools. topic: 'memory' | 'config'

Prompts

Interactive templates invoked by user choice

NameDescription
save_summaryGenerate a prompt to save a conversation summary as memory.
recall_contextGenerate a prompt to recall relevant memories about a topic.

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/n24q02m/mnemo-mcp'

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