Loading languages...
ME

memory-plus

@Yuchen2032

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

memory
RAG
agent
local
persistent

# mcpServer Config

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

# stdio

uvx -q memory-plus@latest
Transport:
stdio
語言:
Python
創建時間:5/1/2025
更新時間:8/9/2025