A persistent memory MCP service for Claude Code that automatically saves conversations and retrieves relevant history across sessions.
From the registry: 情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力

$ curl -LsSf https://astral.sh/uv/install.sh | shhttps://docs.astral.sh/uv/$ uvx --from chenxiaofie-memory-mcp memory-mcp-initPlease install the `memory-mcp-chenxiaofie` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install uv** — Install Python uv package runner Run: `curl -LsSf https://astral.sh/uv/install.sh | sh` (https://docs.astral.sh/uv/)
- **Python 3.10-3.13** — Python runtime (chromadb not compatible with Python 3.14+)
- **Initialize vector model** — Download vector model (~400MB, one-time) Run: `uvx --from chenxiaofie-memory-mcp memory-mcp-init`
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["--from","chenxiaofie-memory-mcp","memory-mcp"]
Note: Hooks recommended for full automatic message saving.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support