Back to directory
memory-plus

memory-plus

@Yuchen2056

A lightweight, local RAG memory store for MCP agents that enables recording, retrieving, updating, deleting, and visualizing persistent memories across sessions.

memoryRAGagentlocalpersistentcontext

Installation & Configuration

{
  "mcpServers": {
    "memory-plus": {
      "command": "uvx",
      "args": [
        "-q",
        "memory-plus@latest"
      ],
      "env": {
        "GOOGLE_API_KEY": "<YOUR_API_KEY>"
      },
      "transportType": "stdio"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/1
Updated
2026/6/8