SuperMemory for Zed
io.github.yashvanthange/supermemory
MCP-first agent learning: capture failures, validate lessons, retrieve context, improve.
client:Zed
transport:stdio
runtime:pypi
Install SuperMemory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"supermemory": {
"command": "uvx",
"args": [
"supermemory-agent"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<UALL_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs