# stagenth · AI 记忆库 MCP server

Hosted persistent memory with semantic search, importance and TTL for AI agents.

## Links
- Registry page: https://www.getdrio.com/mcp/com-stagenth-memory-kit

## Install
- Endpoint: https://stagenth.com/mcp/memory-kit/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://stagenth.com/mcp/memory-kit/
- Header: Authorization

## Tools
- memory_add - 保存一条持久记忆（1 credit/次）。跨会话、跨客户端（Claude Code/Cline/Cursor）都能取回。

        自动计算语义向量供 memory_search 语义检索；同内容自动去重（只刷新时间不重复扣存储条数）；
        每用户上限 2000 条。失败自动退款。
         Endpoint: https://stagenth.com/mcp/memory-kit/
- memory_search - 语义检索记忆：按意思匹配（如「界面配色偏好」能找到「喜欢 dark mode」），免费(0 credit)。

        余弦相似 + 关键词命中加权 + 重要度加权混合排序，返回 score；嵌入服务离线自动降级为关键词模式。
        会话开始 / 回答涉及用户偏好、历史决策前先搜一把，把命中的记忆带进上下文。
         Endpoint: https://stagenth.com/mcp/memory-kit/
- memory_list - 按最近更新列出记忆（分页，返回 total 总数）。免费(0 credit)。 Endpoint: https://stagenth.com/mcp/memory-kit/
- memory_update - 更新一条记忆（content/tags/importance/ttl_days 至少给一个；改 content 自动重算语义向量）。免费(0 credit)。 Endpoint: https://stagenth.com/mcp/memory-kit/
- memory_delete - 批量删除记忆（只能删自己的；返回 deleted/not_found 明细）。免费(0 credit)。 Endpoint: https://stagenth.com/mcp/memory-kit/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.stagenth
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
