memory mcp for Claude Desktop
io.github.chenxiaofie/memory-mcp
情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力
client:Claude Desktop
transport:stdio
runtime:pypi
Install memory mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"memory-mcp": {
"command": "uvx",
"args": [
"chenxiaofie-memory-mcp"
],
"env": {
"CLAUDE_PROJECT_ROOT": "<CLAUDE_PROJECT_ROOT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs