Memento
by JoyciAkira
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEM0_MODEL | No | LLM model for cognitive features. | |
| MEMENTO_UI | No | Enable local web UI ('1'/'true'). | |
| MEMENTO_DIR | No | Workspace root for .memento/ state. | |
| OPENAI_API_KEY | No | Required for embeddings and cognitive features if not using offline mode. | |
| MEMENTO_UI_PORT | No | Local UI port (default '8089'). | |
| OPENAI_BASE_URL | No | Optional OpenAI-compatible endpoint (e.g. OpenRouter). | |
| MEM0_EMBEDDING_MODEL | No | Embeddings model for hybrid search. | |
| MEMENTO_EMBEDDING_BACKEND | No | Set to 'none' for FTS5-only (no API key needed). | |
| MEMENTO_HANDOFF_AUTO_CHECKPOINT_EVERY_N_EVENTS | No | Auto-checkpoint frequency (default '25'). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/JoyciAkira/memento'
If you have feedback or need assistance with the MCP directory API, please join our Discord server