mr-memory
v2.6.0
Published
MemoryRouter persistent memory plugin for OpenClaw — your AI remembers every conversation
Maintainers
Readme
mr-memory
Persistent AI memory plugin for OpenClaw. Your AI remembers 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
