SuperMemory for Claude Desktop
io.github.yashvanthange/supermemory
MCP-first agent learning: capture failures, validate lessons, retrieve context, improve.
client:Claude Desktop
transport:stdio
runtime:pypi
Install SuperMemory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"supermemory": {
"command": "uvx",
"args": [
"supermemory-agent"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<UALL_DATA_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs