🧠 𝑴𝒆𝒎𝒐𝒓𝒚-𝑷𝒍𝒖𝒔 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.
🧠 𝑴𝒆𝒎𝒐𝒓𝒚-𝑷𝒍𝒖𝒔 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.
pip install Memory-PlusAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"yuchen20-memory-plus-github": {
"command": "uvx",
"args": [
"pip install Memory-Plus"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Memory Plus?"
API Key Required
This server requires an API key from Memory Plus. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MEMORY_PLUS_API_KEY | Yes | Your Memory Plus API key |
"What resources are available in Memory Plus?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Memory Plus"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Memory Plus with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.