remember
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseThe user wants to save this to long-term memory: $ARGUMENTS
Use the MCP tool (provided by the agentmemory server that this plugin wires up automatically via ) to persist it.
memory_save.mcp.jsonSteps:
- Analyze what the user wants to remember — pull out the core insight, decision, or fact.
- Extract 2-5 searchable (lowercased keyword phrases) that capture what the memory is about. Prefer specific terms over generic ones (
conceptsbeats"jwt-refresh-rotation")."auth" - Extract any relevant — absolute or repo-relative paths the memory references.
files - Call with the fields:
memory_save- — the full text to remember (preserve the user's phrasing as much as possible)
content - — the extracted concept list
concepts - — the extracted file list (empty array if none apply)
files
- Confirm to the user that the memory was saved and show the concepts you tagged so they know what terms will retrieve it later.
If isn't available, the stdio MCP shim didn't start — tell the user to:
memory_save- Run in Claude Code and confirm
/plugin listshows as enabled.agentmemory - Restart Claude Code (the plugin's is only read on startup).
.mcp.json - Check to see whether the
/mcpMCP server is connected.agentmemory
用户希望将以下内容保存到长期内存中:$ARGUMENTS
使用 MCP工具(由agentmemory服务器提供,此插件会通过自动连接该服务器)来持久化存储。
memory_save.mcp.json步骤:
- 分析用户想要记住的内容——提炼出核心见解、决策或事实。
- 提取2-5个可搜索的(小写关键词短语),以概括该内存的主题。优先使用具体术语而非通用术语(
concepts优于"jwt-refresh-rotation")。"auth" - 提取所有相关的——该内存引用的绝对路径或仓库相对路径。
files - 调用并传入以下字段:
memory_save- ——要记住的完整文本(尽可能保留用户的表述方式)
content - ——提取的概念列表
concepts - ——提取的文件列表(若无相关文件则为空数组)
files
- 向用户确认内存已保存,并展示你标记的概念,以便他们知道日后可以通过哪些术语检索该内存。
如果不可用,说明stdio MCP垫片未启动——请告知用户执行以下操作:
memory_save- 在Claude Code中运行,确认
/plugin list已启用。agentmemory - 重启Claude Code(插件的仅在启动时读取)。
.mcp.json - 查看,确认agentmemory MCP服务器已连接。
/mcp