
its-over-9k
by Bumblebiber·★ 17·综合分 43
为 Claude Code 提供持久化内存和代理生命周期的 MCP 框架。
概述
its-over-9k 是一个全面的 AI 代理内存框架,提供跨会话、设备和 AI 提供商的持久化、可移植和令牌高效的知识管理。它采用五级延迟加载系统,确保用户只需读取所需内容。该框架包括自动会话内存、俳句后台检查点、基于项目的组织结构和完整的技能系统。通过 12 个 MCP 工具,它可以高效地读取、写入、搜索和组织内存,同时在不同 AI 提供商和环境中保持上下文连贯性。
试试问 AI
装完之后,这里有 4 个你可以让 AI 做的事:
什么时候选它
如果您需要跨AI会话的持久记忆、处理多个项目或在设备间切换时希望AI保持上下文而不必重新解释整个项目,请选择此工具。
什么时候不要选它
如果您需要轻量级记忆且无需复杂设置,项目非常简单,或者偏爱零配置解决方案,请不要选择此工具。
此 server 暴露的工具
从 README 抽取出 12 个工具read_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
可对比工具
安装
安装
- 全局安装:
npm install -g its-over-9k- 运行交互式安装程序:
npx hmem init- 对于 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。