its-over-9k
Active·★ 20·MIT·Updated 2026-05-29
★ Trending★ Memory & Context
Persistent memory and agent lifecycle for Claude Code — because sessions shouldn't start from zero.
Its-Over-9k is a memory framework for AI agents that provides persistent, portable, token-efficient knowledge across sessions and devices. It uses a hierarchical 5-level lazy loading system and hooks to automatically capture session exchanges and generate checkpoints, enabling agents to continue work without re-reading codebases.
#ai-agents#ai-tools#claude#llm#mcp#mcp-server#mcp-servers#memory
01
Features
01Automatic session memory - every conversation is recorded across sessions and devices
02Haiku background checkpoints - extracts lessons and decisions every N exchanges
03Project-based organization - memory is tied to projects, not sessions
04Skills system - structured behavior files loaded on demand
05Embeddable SDK - use HmemStore in your own agents and tools
02
Compatibility
Claude Code
Full integration
Verified via docs
OpenCode
Supported
Verified via docs
Gemini CLI
Supported
Verified via docs
Cursor
MCP-based
Verified via docs
Windsurf
MCP-based
Verified via docs
Cline
MCP-based
Verified via docs
03
Quick start
1
$ npm install -g its-over-9k
04
Use cases
↳Persist project context across AI sessions without re-reading code
↳Sync memory across multiple devices using encrypted sync
↳Share company memory among team agents and tools
05
Alternatives
letta★ 23.0k
Letta is the platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.
DesktopCommanderMCP★ 6.1k
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
Related searches
Comments
Log in to leave a comment
- KKai ClarkMay 13, 2026
Memory persists correctly across Claude Code restarts without manual export.
- CCorey BrownMay 2, 2026
The lifecycle management handles session boundaries smoothly.
- DDrew RiveraMay 2, 2026
Persistent memory and agent lifecycle for Claude Code — sessions feel continuous.
- RRiley WilsonMar 28, 2026
Good for long-running development projects where context accumulation matters.