CursorPool
← 返回 MCP 列表

记忆 MCP

为 AI 提供跨会话的长期记忆,基于知识图谱存储与检索。

ModelContextProtocol·1.6k 次安装·17 天前
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-memory

在 Cursor 中配置(mcp.json)

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