Features
MemPalace
Local-first long-term memory for AI agents, with a per-user indexer and an MCP entry point.
MemPalace (genesi-mempalace) is Genesi's local-first long-term memory layer
for AI agents. It runs a per-user indexer and exposes an MCP (Model Context
Protocol) entry point, so compatible agents and tools can store and recall
context across sessions — entirely on your machine.
Install
sudo pacman -S genesi-mempalaceHow it fits together
- The indexer builds and maintains your personal memory store locally.
- The MCP entry point lets MCP-aware clients (agents, editors, assistants) read and write that memory.
MemPalace is local-first by design — your memory stays on your machine rather than in a third-party cloud. It pairs naturally with AI Mode and Genesi Code.