Memoria Distribuida โ MCP server that gives Claude Code persistent memory across workspaces, projects and machines. It saves decisions, bugs and discoveries proactively and recalls them by keyword, semantics or graph, with no extra LLM calls.
Install
curl -sf https://raw.githubusercontent.com/iam-oov/memodi/main/install.sh | sh
Then restart Claude Code and run /memodi:start in the folder
that holds your repos. That folder becomes a workspace, and every repo
under it shares its memory.
What does memodi do?
One memory for the whole product
Your product is not one repo โ it's the API, the worker, the billing
service. Point memodi at the folder that holds them, once. From then
on the decision you made in api/ is right there when
you're working in billing/.
Pick up exactly where you left off
Close a session and the next one โ tomorrow, or on your other machine โ opens with your pending work already on screen. The Monday "where was I?" comes pre-answered.
It remembers the way you ask
By exact word, by idea ("didn't we solve something like this before?"), or by connection ("what breaks if I touch this?"). And it saves as you work, so you never have to remember to remember.