MCP Catalogs
首页its-over-9k screenshot

its-over-9k

by Bumblebiber·17·综合分 43

为 Claude Code 提供持久化内存和代理生命周期的 MCP 框架。

ai-llmdeveloper-toolsproductivity
6
Forks
2
活跃 Issue
本月
最近提交
2 天前
收录于

概述

its-over-9k 是一个全面的 AI 代理内存框架,提供跨会话、设备和 AI 提供商的持久化、可移植和令牌高效的知识管理。它采用五级延迟加载系统,确保用户只需读取所需内容。该框架包括自动会话内存、俳句后台检查点、基于项目的组织结构和完整的技能系统。通过 12 个 MCP 工具,它可以高效地读取、写入、搜索和组织内存,同时在不同 AI 提供商和环境中保持上下文连贯性。

试试问 AI

装完之后,这里有 4 个你可以让 AI 做的事:

:跨设备 AI 开发工作流,保持上下文连续性
:需要 AI 记住先前决策和错误的长周期项目
:共享公司记忆与个人记忆并存的团队协作
:通过理解项目上下文的 AI 自动化文档

什么时候选它

如果您需要跨AI会话的持久记忆、处理多个项目或在设备间切换时希望AI保持上下文而不必重新解释整个项目,请选择此工具。

什么时候不要选它

如果您需要轻量级记忆且无需复杂设置,项目非常简单,或者偏爱零配置解决方案,请不要选择此工具。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

mem0semantic-workspaceai-memo

安装

安装

  1. 全局安装:
npm install -g its-over-9k
  1. 运行交互式安装程序:
npx hmem init
  1. 对于 Claude Desktop,添加到 ~/.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"
      }
    }
  }
}

its-over-9k 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。