MCP Catalogs
Homeits-over-9k screenshot

its-over-9k

by Bumblebiber·17·Score 43

Persistent memory and agent lifecycle framework for Claude Code with MCP tools.

ai-llmdeveloper-toolsproductivity
6
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Multi-device AI development workflow where context persists across machines
you:Long-term projects requiring AI to remember previous decisions and mistakes
you:Team collaboration with shared company memory alongside personal memory
you:Automating documentation through AI that understands project context

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 README
  • read_memory

    5-level lazy read memory entries by ID, prefix, search, time, or tag

  • write_memory

    Create new memory entries with title, body, tags, and links

  • append_memory

    Add child nodes to existing memory entries

  • update_memory

    Patch fields of existing memory entries: title, body, tags, irrelevant, or links

  • search_memory

    Full-text search memory entries with sub-node attribution

  • find_related

    Find contextually related memory entries by tag overlap

  • load_project

    Activate a project and get full briefing with recent sessions

  • read_project

    Read project information without activating it

  • create_project

    Scaffold a new project entry with standard schema

  • list_projects

    List all projects with status summary

  • flush_context

    Persist current session context to long-term memory

  • set_active_device

    Register and switch between devices for memory continuity

Comparable tools

mem0semantic-workspaceai-memo

Installation

Installation

  1. Install globally:
npm install -g its-over-9k
  1. Run the interactive installer:
npx hmem init
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.