mr-memory
v3.7.6
Published
mr-memory is the MemoryRouter plugin for OpenClaw — persistent memory across every conversation
Downloads
1,267
Maintainers
Readme
mr-memory
mr-memory is the MemoryRouter plugin for OpenClaw. It gives your AI persistent memory across every conversation.
Powered by MemoryRouter.
Install
openclaw plugins install mr-memorySetup
openclaw mr <your-memory-key> # Get a key at memoryrouter.ai
openclaw mr upload # Upload workspace + session historyCommands
openclaw mr status # Vault stats
openclaw mr upload # Upload workspace + sessions
openclaw mr upload --brain ~/.notopenclaw # Upload from a different agent
openclaw mr off # Disable
openclaw mr delete # Clear vault
openclaw mr <key> # Enable with keyUpload Options
openclaw mr upload [path] # Specific file or directory
openclaw mr upload --workspace <dir> # Custom workspace directory
openclaw mr upload --brain <dir> # Custom state dir (sessions from another agent)How It Works
When enabled, all LLM calls route through MemoryRouter which injects relevant past context and captures new conversations. Your provider API keys pass through untouched (BYOK).
Only direct user-to-AI conversation is stored. Tool use and subagent work are excluded automatically.
Config
After openclaw mr <key>, config is stored at:
{
"plugins": {
"entries": {
"memoryrouter": {
"enabled": true,
"config": {
"key": "mk_xxx",
"endpoint": "https://api.memoryrouter.ai"
}
}
}
}
}License
MIT
