AI / ML|Productivity|Development|Data|Communication|MediaPython
SimpleMem
Efficient Lifelong Memory for LLM Agents — Text & Multimodal
N/A rating (0 reviews)0 installs3,201 GitHub stars
memorycompressionmultimodal
Store, compress, and retrieve long-term memories with semantic lossless compression. Now with multimodal support for text, image, audio & video. Works across Claude, Cursor, LM Studio, and more.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"simplemem": {
"args": [
"simplemem"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.