YourMemory for Claude Desktop
io.github.sachitrafa/yourmemory
Persistent memory for AI agents. Memories decay with time and strengthen on recall.
client:Claude Desktop
transport:stdio
runtime:pypi
Install YourMemory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"yourmemory": {
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<PYTHONIOENCODING>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs