🧠 AI Memory

Your AI conversations, organized and searchable

⚡ MCP Protocol

AI记忆注入演示

体验记忆注入如何让Claude、Cursor等AI助手直接调用你的历史对话记忆。 无需重复解释,AI自动获取上下文。

🎯 交互演示

Claude Desktop

What did I tell you about my tech stack last month?

🔧 ai_memory_searchCalled automatically

Based on your stored memories, you mentioned: • Frontend: React + Next.js 14 • Backend: Node.js with Express • Database: PostgreSQL on Railway • Auth: Clerk • Deployment: Vercel Found in: "Tech Stack Discussion" • DeepSeek • 3 weeks ago

✅ 12 MCP Memory Tools Available

🧰 12个MCP记忆工具

🔍
ai_memory_search
搜索历史对话
ai_memory_add
添加新记忆
📖
ai_memory_get
获取特定记忆
📋
ai_memory_list
列出所有记忆
✏️
ai_memory_update
更新记忆
🗑️
ai_memory_delete
删除记忆
🏷️
ai_memory_tags
管理标签
📊
ai_memory_stats
统计信息
📤
ai_memory_export
导出记忆
📥
ai_memory_import
导入记忆
💾
ai_memory_backup
备份记忆
🔄
ai_memory_restore
恢复记忆

💻 快速开始

1安装MCP Server

# Install MCP server
pip install aimemory-mcp-server

# Claude Desktop will automatically discover tools:
# - ai_memory_search: Search your conversation history
# - ai_memory_add: Add new memory
# - ai_memory_get: Retrieve specific memory
# - ai_memory_list: List all memories
# ... and 8 more tools

2配置Claude Desktop

{
  "mcpServers": {
    "ai-memory": {
      "command": "aimemory-mcp-server"
    }
  }
}

配置文件位置:~/.config/claude-desktop/claude_desktop_config.json

3开始使用

重启Claude Desktop后,直接提问关于你历史对话的问题。Claude会自动调用ai_memory_search工具获取相关记忆。

📊 与竞品对比

功能AI MemoryMem0Supermemory
记忆注入 (MCP)✅ 12工具✅ API✅ API
客户端兼容✅ 113+⚠️ 有限⚠️ 有限
本地优先✅ 是❌ 否❌ 否
开源✅ MIT✅ MIT✅ MIT
PyPI发布✅ v1.5.0✅ 是❌ 否
网页端搜索✅ 是❌ 否❌ 否
Chrome扩展✅ v1.2.0❌ 否✅ 是
中文支持✅ 完整⚠️ 有限❌ 否

开始使用AI记忆注入

上传你的AI对话,安装MCP Server,让Claude、Cursor等AI助手真正记住你。