HomeDatabases & Data › hmem — Humanlike Memory for AI Agents

hmem — Humanlike Memory for AI Agents

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

TypeScript
★ 24 stars Last pushed 2026-07-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.6.7)

npx -y hmem-mcp@1.6.7

Or add to your MCP client config:

{
  "mcpServers": {
    "hmem": {
      "command": "npx",
      "args": [
        "-y",
        "hmem-mcp@1.6.7"
      ],
      "env": {
        "HMEM_STORAGE_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • HMEM_STORAGE_DIR — Directory where .hmem SQLite databases are stored. Defaults to ~/.hmem/

Related servers

Data from the Official MCP Registry