Skip to content
Zed

memory for Zed

com.leapmemory/memory

Long-term memory for AI assistants. Isolated per-user storage, recall across conversations.

client:Zed transport:streamable-http

Install memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "memory": {
      "url": "https://api.leapmemory.com/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

memory in other clients