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