Skip to content
Zed

memory mcp lite for Zed

io.github.thuupx/memory-mcp-lite

A lightweight, structured, token-efficient local-first MCP memory server

client:Zed transport:stdio runtime:npm

Install memory mcp lite in Zed

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

{
  "context_servers": {
    "memory-mcp-lite": {
      "command": "npx",
      "args": [
        "-y",
        "memory-mcp-lite"
      ]
    }
  }
}

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

memory mcp lite in other clients