MCP Catalogs
首页

mcp-memory-keeper

by mkreyman·122·综合分 49

MCP 服务器为 AI 编程助手提供持久化上下文管理,防止会话重置时上下文丢失。

developer-toolsai-llmproductivity
26
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

MCP Memory Keeper 是一个全面的解决方案,用于维持 Claude Code 会话之间的上下文。它提供持久化内存层,存储工作历史、决策和进度,确保在达到上下文限制时重要信息不会丢失。该服务器提供丰富的功能,包括文件内容缓存、检查点系统、基于频道的组织和全文搜索功能。对于复杂编码项目、长时间调试会话和需要上下文保存的团队协作尤其有价值。

试试问 AI

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

:长时间使用 Claude Code 编程会话,需要关键上下文保存
:跨多个文件和会话的复杂重构项目
:团队协作中多个 Claude 会话需要共享上下文
:超出上下文限制的调试会话
:Memory Keeper 如何防止上下文丢失?
:多个 Claude 会话可以共享相同的上下文吗?

什么时候选它

在使用 Claude Code 进行长时间编程会话或复杂项目时,特别是在需要保留会话间上下文的情况下,选择此工具。

什么时候不要选它

如果您使用的是除 Claude 之外的其他 AI 助手,则不适合使用此工具,因为它专门为 Claude 的上下文管理而设计。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • context_session_start

    Start a new context session with optional project directory and default channel

  • context_save

    Save context data with optional key, category, and priority

  • context_get

    Retrieve saved context data by key

  • context_search

    Search all saved context with filters for time, category, and keywords

  • context_checkpoint

    Create a complete snapshot checkpoint of current context

  • context_restore_checkpoint

    Restore context from a previously created checkpoint

  • context_diff

    Compare saved context between two points in time

  • context_timeline

    View a timeline of context changes over time

说明:Tool names inferred from the 'Features' section and examples throughout the README. The README mentions 38 tools in total but only shows examples of 8 core tools. Tool signatures are not documented in the README.

可对比工具

mcp-contextclaude-memorysession-history-mcp

安装

安装

推荐:NPX 安装

claude mcp add memory-keeper npx mcp-memory-keeper

Claude 桌面应用配置

  1. 打开 Claude Desktop 设置
  2. 导航到 "开发者" → "模型上下文协议"
  3. 点击 "添加 MCP 服务器"
  4. 添加以下配置:
{
  "mcpServers": {
    "memory-keeper": {
      "command": "npx",
      "args": ["mcp-memory-keeper"]
    }
  }
}

FAQ

Memory Keeper 如何防止上下文丢失?
Memory Keeper 将上下文信息存储在持久化的 SQLite 数据库中,该数据库可以幸存会话重置。当 Claude 的上下文已满时,您可以保存检查点并在稍后恢复它们。
多个 Claude 会话可以共享相同的上下文吗?
是的,Memory Keeper 维护一个共享内存板,允许多个 Claude 会话访问相同的上下文数据,支持协作工作流。

mcp-memory-keeper 对比

GitHub →

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