Memento Context
UnclaimedModel Context Protocol (MCP) server that provides persistent memory capabilities for AI assistants. It allows AI models to save, retrieve, and manage scoped context across different sessions and projects safely on your local machine.
Install
pipx install . # Recommended approachUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (8)
delete_memento
Completely removes a recognized memory.
get_memento_attachments
Reads the attachment files associated with a specific memento.
get_mementos
Fetches specific memory environments (global or repo).
init_memento
Loads behavior instructions and bootstraps the context state.
move_memento
Recategorizes a memory, transferring it seamlessly between repository scope and global scope.
save_conversation
Saves a conversation or summary as a memento with attachment files. Intended only for explicit user requests.
save_memento
Saves a new memory string into a target scope.
save_memento_attachments
Copies one or more local files into the attachment directory of an existing memento.