Back to Apps

Memory-Plus
by Yuchen20
Local RAG memory store for MCP agents to record, retrieve, and visualize persistent session context.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResources
What it does
Memory-Plus provides a lightweight, local Retrieval-Augmented Generation (RAG) memory store. It allows AI agents to maintain persistent memories across different sessions, enabling them to remember user preferences, project context, and previous interactions.
Tools
record_memory: Saves user data, ideas, and important context.retrieve_memory: Searches past entries by keywords or topics.get_recent_memories: Quickly fetches the last N memory items.update_memory: Appends or modifies existing memory entries.delete_memory: Removes unwanted entries from the store.import_file: Ingests documents directly into the memory system.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"memory-plus": {
"command": "uvx",
"args": [
"-q",
"memory-plus@latest"
],
"env": {
"GOOGLE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, Windsurf, and Cline.
Quick install
uvx -q memory-plus@latestInformation
- Pricing
- free
- Published
- 4/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings: command: uvx, args: [-q, memory-plus@latest]Windsurf
Add to mcp_config.json: command: uvx, args: [-q, memory-plus@latest]Claude Desktop
{"mcpServers": {"memory-plus": {"command": "uvx", "args": ["-q", "memory-plus@latest"], "env": {"GOOGLE_API_KEY": "<YOUR_API_KEY>"}}}}





