Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SuperMemory in other clients