
its-over-9k
by Bumblebiber·★ 17·Score 43
Persistent memory and agent lifecycle framework for Claude Code with MCP tools.
Overview
its-over-9k is a comprehensive memory framework for AI agents that provides persistent, portable, and token-efficient knowledge across sessions, devices, and AI providers. It features a 5-level lazy loading system that ensures users only pay for what they read, not more. The framework includes automatic session memory, Haiku background checkpoints, project-based organization, and a complete skills system. With 12 MCP tools, it allows reading, writing, searching, and organizing memory efficiently while maintaining context across different AI providers and environments.
Try asking AI
After installing, here are 4 things you can ask your AI assistant:
When to choose this
Choose this if you need persistent memory across AI sessions, work on multiple projects, or switch between devices and want AI to maintain context without re-explaining the entire project.
When NOT to choose this
Don't choose this if you need lightweight memory without complex setup, have very simple projects, or prefer solutions with zero configuration requirements.
Tools this server exposes
12 tools extracted from the READMEread_memory5-level lazy read memory entries by ID, prefix, search, time, or tag
write_memoryCreate new memory entries with title, body, tags, and links
append_memoryAdd child nodes to existing memory entries
update_memoryPatch fields of existing memory entries: title, body, tags, irrelevant, or links
search_memoryFull-text search memory entries with sub-node attribution
find_relatedFind contextually related memory entries by tag overlap
load_projectActivate a project and get full briefing with recent sessions
read_projectRead project information without activating it
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
set_active_deviceRegister and switch between devices for memory continuity
Comparable tools
Installation
Installation
- Install globally:
npm install -g its-over-9k- Run the interactive installer:
npx hmem init- For Claude Desktop, add to
~/.claude/.mcp.json:
{
"mcpServers": {
"hmem": {
"command": "/absolute/path/to/node",
"args": ["/absolute/path/to/its-over-9k/dist/mcp-server.js"],
"env": {
"HMEM_PROJECT_DIR": "/home/yourname/.hmem",
"HMEM_AGENT_ID": "DEVELOPER"
}
}
}
}Compare its-over-9k with
Last updated · Auto-generated from public README + GitHub signals.