Skip to content
Zed

hmem — Humanlike Memory for AI Agents for Zed

io.github.bumblebiber/hmem-mcp

Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.

client:Zed transport:stdio runtime:npm

Install hmem — Humanlike Memory for AI Agents 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": {
    "hmem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hmem-mcp"
      ],
      "env": {
        "HMEM_STORAGE_DIR": "<HMEM_STORAGE_DIR>"
      }
    }
  }
}

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

hmem — Humanlike Memory for AI Agents in other clients