Agent♥︎Age
Catalog

hmem — Humanlike Memory for AI Agents

Official

by Bumblebiber · TypeScript

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

io.github.Bumblebiber/hmem-mcp — Model Context Protocol (MCP) Server

This MCP server provides persistent, 5-level hierarchical memory for AI agents. It is SQLite-backed and lazy-loaded, and is designed to retain project-relevant information across sessions. The README describes a single load_project() call with an approximate ~3000-token footprint.

🛠️ Key Features

  • Persistent 5-level hierarchical memory
  • SQLite-backed storage
  • Lazy-loaded behavior
  • load_project() for loading project context

🚀 Use Cases

  • Maintaining knowledge about a project across sessions
  • Tracking past mistakes, decisions, and open tasks
  • Using the same context across devices and AI providers

⚡ Developer Benefits

  • Avoids re-reading project content per conversation
  • Reduces per-conversation setup (described as “No setup per conversation”)

⚠️ Limitations

  • README excerpt provides no further details on configuration options, supported operations, or token limits beyond the ~3000 tokens for load_project().

Topics

ai-agentsai-toolsclaudellmmcpmcp-servermemorymodel-context-protocolpersistent-memorysqlite