Skip to content
Zed

memory for Zed

io.github.shackleai/memory

Persistent memory for AI coding tools. 11 tools for any MCP-compatible AI tool.

client:Zed transport:stdio runtime:npm

Install memory in Zed

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

{
  "context_servers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@shackleai/memory-mcp"
      ]
    }
  }
}

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

memory in other clients