Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Hmem β€” Humanlike Memory for AI Agents
Hmem β€” Humanlike Memory for AI Agents logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 2:02:07 PM

Hmem β€” Humanlike Memory for AI Agents

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository23 GitHub StarsTotal stargazers on GitHub for the source repository (23 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "hmem-humanlike-memory-for-ai-agents": {
      "command": "npx",
      "args": [
        "-y",
        "hmem"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (23) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Capabilities & Tool Schemas (23) ~354 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Hmem β€” Humanlike Memory for AI Agents.

read_memory

5-level lazy read β€” by ID, prefix, search, time, or tag

write_memory

Create new entries with title, body, tags, links

append_memory

Add child nodes to existing entries

update_memory

Patch fields: title, body, tags, irrelevant, links

search_memory

FTS5 full-text search with sub-node attribution

find_related

Find contextually related entries by tag overlap

Documentation Overview

hmem β€” Humanlike Memory for AI Agents

mcpindex

Your AI forgets everything between sessions. hmem fixes that.

One load_project() call. ~3000 tokens. Your agent knows everything important about a project β€” every past mistake, every decision, every open task β€” across sessions, devices, and AI providers. No setup per conversation. No "let me re-read the codebase." It just remembers.

AI agent? Skip this file. Read AGENT_SETUP.md β€” written for you, not for humans.

Naming note (v8.0): This package was briefly published as its-over-9k (1.x). It is now hmem again β€” pure memory framework, nothing else. The its-over-9k name lives on as a separate project: the o9k token-efficiency meta-framework, which combines skills/plugins like this one. Related: TIM β€” hmem's next-generation successor (hypergraph memory, CRDT sync).


What This Is

hmem is not a note-taking plugin. It's a memory framework for AI agents β€” a complete infrastructure layer for persistent, portable, token-efficient knowledge that survives session boundaries, device switches, and provider changes.

Four core guarantees:

PillarWhat it means
Token efficiency5-level lazy loading β€” you pay for what you read, never more
PortabilitySame memory across Claude, Gemini, GPT, local models, any MCP client
Efficient storageHierarchical tree structure β€” context scales with depth, not flat append
No context wasteAuto-session capture + project briefing = zero re-read overhead

The Problem

Every AI session starts from zero. Your agent asks the same questions, makes the same mistakes, contradicts last week's decisions, and wastes 50k tokens loading context it already processed yesterday.

You've tried workarounds β€” CLAUDE.md files, custom prompts, manually pasting context. They don't scale. You have 10 projects. You switch between 3 devices. You use different AI tools.

The Solution

Code
You:    "Load project"
Agent:  [calls load_project("P0048") β€” 3000 tokens]
Agent:  "v1.2.9, TypeScript/SQLite/npm. 3 open bugs, 8 roadmap items.
         Last session: rebrand complete, rename_id bug fixed (89 changes).
         Next: O-Entry Auto-Purge. What's the focus today?"

That's it. 3000 tokens for a complete project briefing. The agent knows the stack, the architecture, the open bugs, the recent decisions, and exactly where you left off β€” even if "you" was a different AI on a different machine yesterday.


How It Works

Code
Level 1  ──  One-line summary          (always loaded β€” ~5k tokens for 300+ entries)
  Level 2  ──  Paragraph detail        (loaded on demand)
     Level 3  ──  Full context          (loaded on demand)
      Level 4  ──  Extended detail      (loaded on demand)
        Level 5  ──  Raw/verbatim data  (loaded on demand)

At session start, the agent loads Level 1 summaries β€” one line per memory. When it needs detail, it drills down. Your 300-entry memory costs 5k tokens to overview. A single project costs ~3000 tokens.

Nothing is summarized away. Level 1 is a compressed view, but Levels 2–5 hold the complete original text, word for word, accessible on demand.


Framework Features

Automatic Session Memory

Every conversation is recorded automatically. No "save your work" prompts. No manual checkpoints.

Code
You type  β†’  Agent responds  β†’  Stop hook fires  β†’  Exchange saved to O-entry
                                                   β†’  Linked to active project
                                                   β†’  Haiku auto-titles the session

Switch projects mid-session? The O-entry switches too. Start a new session on a different device? The next agent sees every exchange from every device β€” the conversation never dies.

Haiku Background Checkpoints

Every N exchanges (configurable, default 5), a Haiku subagent wakes up in the background. It reads the recent conversation, extracts lessons learned, errors encountered, and decisions made, then writes them to long-term memory β€” with full MCP tool access. Your main agent is never interrupted.

The checkpoint also writes a handoff note to the project: "Here's what was done, here's what's in progress, here's the next step." The next agent β€” on any device, any provider β€” picks up exactly where you left off.

Project-Based, Not Session-Based

Sessions are meaningless. Projects are everything.

  • O-entries are linked to the active project, not the session
  • Checkpoint counters count project exchanges, not session messages
  • load_project shows recent conversations with full context β€” across all devices

Skills System

hmem ships with a complete skills layer β€” structured behavior files that agents load on demand. Skills define how an agent should do something (debug, write memory, curate entries, handle a session start) β€” separate from memory, separate from prompts.

Terminal
npx hmem update-skills    # Pull latest skills to your AI tool's skill directory

Skills are versioned and updated independently. Your agents get smarter without reinstalling. 21 skills ship by default:

SkillTriggers when…
hmem-session-startEvery session start β€” loads project + surfaces pending git work, open tasks, misrouted O-entries
hmem-using-hmemMeta-skill loaded at session start; defines mandatory memory habits
hmem-readReading from long-term memory (search, prefix filter, find_related, cross-project read)
hmem-writeWriting to hmem β€” picks prefix, tree location, tags, detects duplicates
hmem-searchUser references something without an ID ("the bug we had", "letzte Woche")
hmem-new-projectCreating a P-entry β€” handles schema, sections, O-entry linking
hmem-new-errorCreating an E-entry with the strict 5-level scaffold
hmem-activateSwitching active project mid-session, plus fixing misrouted exchanges
hmem-contextLoading specific context when load_project output isn't enough
hmem-recallDispatching a Haiku sub-agent to search hmem
hmem-dispatchDispatching an isolated sub-agent for any search/lookup/calculation
hmem-curateCleaning up an .hmem file (mark obsolete, fix titles, consolidate dupes)
hmem-migrate-oMigrating O-entries to the project-bound 5-level structure
hmem-consolidateMerging session checkpoint summaries into one final O-entry summary
hmem-wipePrep for /clear β€” save high-value knowledge, update Next Steps
hmem-configView/change memory settings, hooks, sync, checkpoints
hmem-setupFirst-time install of hmem for Claude Code / Gemini CLI / OpenCode
hmem-sync-setupSet up hmem-sync for cross-device sync
hmem-updateUpdate flow β€” runs npm update -g, syncs skills, applies migrations
hmem-releasePre-publish checklist for hmem itself
hmem-subagentTemplate for sub-agents dispatched by hmem-dispatch

Company Memory

Beyond personal memory, agents can maintain a shared company store β€” a separate company.hmem that multiple agents and team members can read from. Personal and company memory coexist; agents query both simultaneously.

server.ts
import { openCompanyMemory } from 'hmem';
const store = openCompanyMemory('/path/to/project');

Embeddable SDK

hmem ships as a fully documented TypeScript SDK β€” import HmemStore directly into your own agents, tools, or automation pipelines:

server.ts
import {
  HmemStore, openCompanyMemory, resolveHmemPath,
  loadHmemConfig, saveHmemConfig, DEFAULT_CONFIG, DEFAULT_PREFIXES, formatPrefixList,
  searchMemory,
} from 'hmem';
import type {
  AgentRole, MemoryEntry, MemoryNode, HmemConfig,
  SearchResult, SearchOptions, SearchScope,
} from 'hmem';

const store = new HmemStore('/path/to/agent.hmem');
const results = searchMemory('/path/to/project', 'auth token bug', { maxResults: 5 });

MCP Tools

hmem ships two MCP servers:

  • hmem (daily-use, 13 tools) β€” read, write, search, project lifecycle.
  • hmem-curate (maintenance, 11 tools) β€” bulk edits, schema migrations, backup/restore. Activate only when curating.

hmem β€” daily-use server (13)

ToolWhat it does
read_memory5-level lazy read β€” by ID, prefix, search, time, or tag
write_memoryCreate new entries with title, body, tags, links
append_memoryAdd child nodes to existing entries
update_memoryPatch fields: title, body, tags, irrelevant, links
search_memoryFTS5 full-text search with sub-node attribution
find_relatedFind contextually related entries by tag overlap
load_projectActivate a project + get full briefing + recent sessions
read_projectRead project without activating (comparison/reference)
create_projectScaffold a new project entry with standard schema
list_projectsList all projects with status summary
flush_contextPersist current session context to long-term memory
move_nodesMove a subtree under a different parent (also in curate server)
set_active_deviceRegister and switch between devices

hmem-curate β€” maintenance server (11)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • Th Memory MCP logoTh Memory MCP

    Adaptive Memory MCP server - SQLite-backed memory for OpenCode

    πŸ—„οΈ Databases0 views
    Compare vs Th Memory MCP β†’
  • Mindpm logoMindpm

    Persistent project memory for LLMs via SQLite. Never re-explain your project again.

    πŸ—„οΈ Databases1 views
    Compare vs Mindpm β†’
  • MCP Server Neon logoMCP Server Neon

    An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres

    πŸ—„οΈ Databases4 views
    Compare vs MCP Server Neon β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases5 views
    Compare vs Genai Toolbox β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
23
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
23
Callable tools this server registers over MCP.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Hmem β€” Humanlike Memory for AI Agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hmem-humanlike-memory-for-ai-agents": { "command": "npx", "args": ["-y","hmem"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHmem β€” Humanlike Memory for AI Agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hmem-humanlike-memory-for-ai-agents?style=directory)](https://allmcps.com/mcp/hmem-humanlike-memory-for-ai-agents)
HTML Embed
<a href="https://allmcps.com/mcp/hmem-humanlike-memory-for-ai-agents"><img src="https://allmcps.com/api/badge/hmem-humanlike-memory-for-ai-agents?style=directory" alt="Hmem β€” Humanlike Memory for AI Agents on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedJul 21, 2026
11/13 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars23
GitHub Star CountTotal stargazers on GitHub representing community popularity (23 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 21, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev Β· hmem (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Best SQLite MCP servers β†’Alternatives to Hmem β€” Humanlike Memory for AI Agents β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients