← Index

hmem — Humanlike Memory for AI Agents

io.github.Bumblebiber/hmem-mcp·v1.6.7·Databases
Quality Score
92
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hmem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hmem-mcp"
      ],
      "env": {
        "HMEM_STORAGE_DIR": "<hmem_storage_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hmem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hmem-mcp"
      ],
      "env": {
        "HMEM_STORAGE_DIR": "<hmem_storage_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hmem-mcp
§02  Environment variables
HMEM_STORAGE_DIR

Directory where .hmem SQLite databases are stored. Defaults to ~/.hmem/

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Databases