PulseAugur
实时 01:29:20
English(EN) Claude forgets everything between sessions. Here's how I fixed it.

开发者创建开源工具以实现大语言模型会话记忆

一位开发者创建了一个名为 Bastra Recall 的开源工具,以解决像 Claude 这样的大语言模型在会话之间会忘记上下文的无状态特性。该工具充当一个 MCP 服务器,将对话记忆存储为本地 Obsidian 库中的纯 Markdown 文件,而不是依赖外部数据库或云服务。这种方法确保用户数据保留在本地磁盘上,易于阅读,并避免了供应商锁定。该工具设计用于与各种 MCP 客户端配合使用,包括 Claude CodeClaude DesktopCursor,并且可以通过一个命令进行安装。 AI

影响 为大语言模型的上下文持久性提供了一个本地、用户控制的解决方案,有可能减少对基于云的记忆解决方案的依赖。

排序理由 开发者创建的工具解决了大语言模型上下文管理中一个常见的用户痛点。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

开发者创建开源工具以实现大语言模型会话记忆

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
开发者创建的工具解决了大语言模型上下文管理中一个常见的用户痛点。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
78 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

完整方法见我们的编辑标准

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Daniel Nevoigt ·

    Claude 无法记住会话之间的内容。这是我修复它的方法。

    <p>Every Claude session starts from zero.<br /> You spend an hour explaining your architecture, your naming conventions, the three decisions you already made and don't want re-litigated. You close the tab. Next morning you open a new chat and Claude greets you like a stranger. Yo…