Local-first persistent agentic memory powered by Recursive Memory Harness (RMH). Open source must win.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ori-mnemos": {
"command": "npx",
"args": [
"-y",
"aayoawoyemi/Ori-Mnemos"
]
}
}
}
Run in terminal:
claude mcp add ori-mnemos npx -y aayoawoyemi/Ori-Mnemos
Add to .cursor/mcp.json:
{
"mcpServers": {
"ori-mnemos": {
"command": "npx",
"args": [
"-y",
"aayoawoyemi/Ori-Mnemos"
]
}
}
}