🧩

Memory MCP Server

✓ 官方/认证

Anthropic (官方)

为 AI 提供基于知识图谱的持久记忆,跨会话保留上下文

10.1k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具

📖 详细介绍

Anthropic 官方 Memory MCP Server,用知识图谱为 AI 提供持久记忆能力。AI 可以记住用户偏好、历史对话、实体关系,跨会话保持上下文。

核心特性

知识图谱存储
实体关系
语义搜索
跨会话记忆
Anthropic 官方

🛠️ 可用工具 (6)

create_entities()
create_relations()
add_observations()
search_nodes()
open_nodes()
delete_entities()

🎯 适用场景

长期 AI 助手
个人知识库
客户关系管理
剧情 RPG
学习辅导

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • 本地存储 (零配置)

安装命令

npx -y @modelcontextprotocol/server-memory

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "memory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 AI 与机器学习 MCP

Memory MCP ServerAI 与机器学习 分类下的 MCP server 之一