记忆 MCP
为 AI 提供跨会话的长期记忆,基于知识图谱存储与检索。
ModelContextProtocol·↓ 1.6k 次安装·17 天前
安装命令
终端
npx -y @modelcontextprotocol/server-memory在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}