Local-first persistent memory for Claude Code & Codex CLI - Rust CLI, hooks, MCP server, SQLite/SQLCipher, auditable recall for long-running coding work.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"remem": {
"command": "cargo",
"args": [
"run",
"--",
"remem"
]
}
}
}
Run in terminal:
claude mcp add remem cargo run -- remem
Add to .cursor/mcp.json:
{
"mcpServers": {
"remem": {
"command": "cargo",
"args": [
"run",
"--",
"remem"
]
}
}
}
Topics
agent-memoryai-coding-agentai-memoryclaude-codeclaude-code-memoryclicodexcodex-clicodex-memorycoding-agentsdeveloper-toolsknowledge-managementlocal-firstmcpmcp-server