Memory Plus
@Yuchen20
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"memory-plus": {
"command": "uvx",
"args": [
"memory-plus"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Notion MCP Server
makenotionOfficial Notion MCP Server
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
评论