MCP.so
Sign In

Memory Plus

@Yuchen20

About Memory Plus

🧠 π‘΄π’†π’Žπ’π’“π’š-𝑷𝒍𝒖𝒔 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

Basic information

Category

Memory & Knowledge

Transports

stdio

Publisher

Yuchen20

Submitted by

Yuchen Mao

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "memory-plus": {
      "command": "uvx",
      "args": [
        "memory-plus"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Memory Plus?

Memory Plus is an MCP server that provides a persistent memory system for AI assistants, allowing them to store, update, and recall information across sessions. It integrates with MCP-compatible clients like VS Code and Cursor and can be used with any LLM that supports the Google API key. It targets developers who want to give their AI agents long-term memory with features like memory graph visualization and file import.

How to use Memory Plus?

Install Memory Plus by obtaining a Google API key, setting it as GOOGLE_API_KEY, and installing the UV runtime. Then run uvx memory-plus in your terminal, or add the command and args to your IDE's MCP configuration (e.g., VS Code settings.json). For local testing, use the MCP Inspector command npx @modelcontextprotocol/inspector fastmcp run run .\\memory_plus\\mcp.py, or run the provided agent.py chatbot template.

Key features of Memory Plus

  • Memory recording and updating across sessions.
  • Improved prompt engineering for smarter memory retention.
  • Visualizes the memory graph for better understanding.
  • Supports importing files into the memory system.

Use cases of Memory Plus

  • Give an AI coding assistant memory of past code changes and preferences.
  • Build a personal knowledge assistant that remembers user facts and context.
  • Enable an agent to recall previous conversations without needing to repeat information.
  • Import project documentation or notes into the memory graph for the AI to reference.

FAQ from Memory Plus

What prerequisites are needed to run Memory Plus?

You need a Google API key (set as GOOGLE_API_KEY in your environment) and the UV runtime installed (pip install uv or via shell scripts).

How do I install Memory Plus in VS Code?

Click the "One Click Install" badge in the README, or manually add { "command": "uvx", "args": ["memory-plus"] } to your MCP servers in settings.json.

Can I use Memory Plus with Cursor?

Yes. In Cursor, go to file -> Preferences -> Cursor Settings -> MCP and add the same JSON configuration as for VS Code.

Is there a way to test Memory Plus locally without an IDE?

Yes. Clone the repository and use npx @modelcontextprotocol/inspector fastmcp run run .\\memory_plus\\mcp.py with MCP Inspector, or run uv run agent_memory.py after setting up the fastagent configuration.

What license is Memory Plus under?

It is licensed under the MIT License.

Comments

More Memory & Knowledge MCP servers