Skip to main content
Glama
ambermem

Amber

Official
by ambermem

Amber

面向 AI 助手的长期记忆。

Amber 是一个 MCP 服务器,为任何 AI 助手提供跨对话的持久化、可搜索记忆。你的 AI 会记住偏好、决策、项目上下文和个人细节——无需你做任何特殊操作。

正常对话即可。Amber 会存储重要内容,并在相关时找到它。

快速安装

一条命令。适用于任何兼容 MCP 的客户端。

Claude Code / Claude Desktop

claude mcp add --transport http --scope user amber https://mcp.ambermem.com

Cursor

添加到 ~/.cursor/mcp.json(Windows 上为 %USERPROFILE%\.cursor\mcp.json):

{
  "mcpServers": {
    "amber": {
      "url": "https://mcp.ambermem.com"
    }
  }
}

ChatGPT

设置 → 连接器 → 创建 → URL:https://mcp.ambermem.com

Windsurf

添加到 ~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "amber": {
      "serverUrl": "https://mcp.ambermem.com"
    }
  }
}

VS Code (GitHub Copilot)

添加到 .vscode/mcp.json

{
  "servers": {
    "amber": {
      "type": "http",
      "url": "https://mcp.ambermem.com"
    }
  }
}

任何 MCP 客户端

URL:https://mcp.ambermem.com | 传输方式:Streamable HTTP | 认证:OAuth 2.1(自动发现)

Related MCP server: MCP-Mem0

工作原理

  1. 你正常与 AI 对话。 Amber 在后台存储重要事实。

  2. 下次对话时, 当上下文有帮助时,你的 AI 会自动搜索 Amber。

  3. 记忆随时间提升。 用得越多,效果越好。

无需配置。无需标签。无需手动整理。

Amber 的与众不同之处

特性

基础记忆服务器

Amber

存储

每条记忆一个 embedding

每个事实多个语义变体

搜索

单一向量查找

混合:向量 + 关键词 + RRF 融合

查询

仅精确匹配

自动扩展(同义词、改写)

输入

原样存储

LLM 分块为原子事实

主题

手动标签或无

LLM 自动分类

时间

无时间感知

自然语言时间解析("上周"、"3 天前")

技术细节

  • 23 个 MCP 工具(14 个记忆、7 个账户、2 个反馈/通知)

  • 混合检索管道:向量搜索 + 全文搜索 + 倒数排名融合(Reciprocal Rank Fusion)

  • LLM 驱动的分块:文本 → 原子事实,每个都可独立搜索

  • 多变体嵌入:每个事实存储约 4 个改写版本以提高召回率

  • 查询扩展:搜索自动改写以查找语义相关的记忆

  • 自动主题分类:记忆按 LLM 生成的主题分组

  • 时间解析:"我上周说了什么?"直接可用

  • 异步处理:存储在后台 10-30 秒内完成,绝不阻塞你的对话

定价

  • 60 天免费试用——不收费,随时取消

  • 试用后每月 $2.99,通过 PayPal 支付

  • 即时取消——让 AI 帮你取消,或直接通过 PayPal 取消

  • 无锁定——随时以 JSON 格式导出所有数据

隐私

  • 不收集邮箱

  • 无营销,无垃圾邮件

  • 每个用户数据隔离(独立数据库)

  • PayPal 处理所有支付信息

  • 支持完整导出 + 账户删除

  • 符合 GDPR(设计上实现数据最小化)

架构

Amber 运行在 Cloudflare Workers 上(零冷启动,全球边缘部署),使用 Turso 数据库(每个用户一个,完全隔离)。LLM 处理使用 Gemini Flash 进行分块/扩展,使用 OpenAI 进行嵌入。

完整技术文档:ambermem.com/llms.txt

链接

常见问题

会拖慢我的 AI 吗? 不会。存储是异步的(后台进行)。搜索增加不到 1 秒。

如果 Amber 关闭了怎么办? 随时以 JSON 格式导出所有数据。你的数据永远属于你。

我需要 PayPal 账户吗? 目前需要。PayPal 同时处理身份验证和计费。更多登录方式即将推出。

我的数据安全吗? 每个用户都有完全隔离的数据库。用户之间不共享任何数据。Amber 无法访问你的 PayPal 支付详情。

我可以自托管吗? 目前不可以。Amber 是托管服务。我们负责基础设施、扩展和 LLM 成本,你无需操心。

A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A template implementation of the Model Context Protocol server that integrates with Mem0 to provide AI agents with persistent memory capabilities for storing, retrieving, and searching memories using semantic search.
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides AI agents with persistent long-term memory capabilities using semantic search. Enables storing, retrieving, and searching memories through three core tools integrated with Mem0 and vector storage.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.
    14

View all related MCP servers

Related MCP Connectors

  • Persistent memory for AI agents — verbatim conversations, searchable by meaning.

  • Universal memory for AI agents and tools. Save, organize and search context anywhere.

  • Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ambermem/amber'

If you have feedback or need assistance with the MCP directory API, please join our Discord server