Submit

Memory Plus

@Yuchen20

🧠 𝑴𝒆𝒎𝒐𝒓𝒚-𝑷𝒍𝒖𝒔 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.
Overview

Memory-Plus

License: MIT visitors PyPI version

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!

Key Features

  • Record Memories: Save user data, ideas, and important context.
  • Retrieve Memories: Search by keywords or topics over past entries.
  • Recent Memories: Fetch the last N items quickly.
  • Update Memories: Append or modify existing entries seamlessly.
  • Visualize Memories: Interactive graph clusters revealing relationships.
  • File Import (since v0.1.2): Ingest documents directly into memory.
  • Delete Memories (since v0.1.2): Remove unwanted entries.

Why Choose Memory-Plus

  • Seamless Context Across Tools
    Switch between AI editors (Cursor, Windsurf, etc.) without losing track—your project history stays intact.

  • Personalized AI Interactions
    Record your preferences and styles so your assistant learns and adapts to you over time.

  • Quick, Targeted Recall
    Instantly search past decisions, ideas, or notes by keyword, topic, or date—no more sifting through endless logs.

  • Team‑Friendly Collaboration
    Share a unified memory store to keep everyone—and every agent—on the same page.

  • Project‑Long Insights
    Trace the evolution of your work, revisit old ideas, and understand how and why you reached each milestone.

Server Config

{
  "mcpServers": {
    "memory-plus": {
      "command": "uvx",
      "args": [
        "memory-plus"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.