hmem — Humanlike Memory for AI Agents for Claude Desktop
io.github.bumblebiber/hmem-mcp
Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.
client:Claude Desktop
transport:stdio
runtime:npm
Install hmem — Humanlike Memory for AI Agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hmem-mcp": {
"command": "npx",
"args": [
"-y",
"hmem-mcp"
],
"env": {
"HMEM_STORAGE_DIR": "<HMEM_STORAGE_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs