Odel
hmem — Humanlike Memory for AI Agents

hmem — Humanlike Memory for AI Agents

Local
@bumblebiber24TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhmem-mcpv1.6.7

Run

npx -y hmem-mcp

MCP client config

{
  "mcpServers": {
    "hmem-humanlike-memory-for-ai-agents": {
      "command": "npx",
      "args": [
        "-y",
        "hmem-mcp"
      ]
    }
  }
}