MCP Directory
Back

Memory-Plus

by Yuchen20 Β· Python Β· β˜… 57

🧠 π‘΄π’†π’Žπ’π’“π’š-𝑷𝒍𝒖𝒔 is a lightweight, local RAG memory store for MCP agents. Easily record, retrieve, update, delete, and visualize persistent "memories" across sessionsβ€”perfect for developers working with multiple AI coders (like Windsurf, Cursor, or Copilot) or anyone who wants their AI to actually remember them.

#agent#hackathon#mcp#mcp-server#memory#memory-store#model-context-protocol

Install

pip install git+https://github.com/Yuchen20/Memory-Plus.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "memory-plus": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Yuchen20/Memory-Plus.git"
      ]
    }
  }
}

From the README

[](./LICENSE) [](https://pypi.org/project/memory-plus/) [](https://pepy.tech/projects/memory-plus) A lightweight, local Retrieval-Augmented Generation (RAG) memory store for MCP agents. Memory-Plus lets your agent record, retrieve, update, and visualize persistent "memories"β€”notes, ideas, and session contextβ€”across runs. > πŸ† **First Place** at the [Infosys Cambridge AI Centre Hackathon](https://infosys-cam-ai-centre.github.io/Infosys-Cambridge-Hackathon/)! * **Record Memories**:Save user data, ideas, and important context. * **Retrieve Memories**:Search by keywords or topics over past e…
Read full README on GitHub β†’

πŸ’‘ Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers