This tool enables users to access the addition and search functions of MemOS memory, access conversation content, and provide users with efficient memory management services.
Repository: MemOS
Author: MemTensor
Version: 0.0.4
Type: Tool
MemOS is a memory management operating system for AI applications. It gives AI apps human-like long-term memory: not only remembering what users said, but also proactively calling, updating, and orchestrating those memories.
This plugin enables Dify applications to connect to the MemOS cloud service. With the two core operations—Add and Search—developers can easily read, write, and manage memory data.
When building applications with large language models, a common question is: how can an AI remember a user's long-term preferences?
MemOS provides two core APIs to help:
● addMessage —— Hand us the raw conversation, and we automatically process it and store memories;
● searchMemory —— Recall memories in later conversations so the AI responds closer to user needs.
To use this plugin, you need to fill in the following configuration in Dify:
After completing the configuration above, you can use MemOS in the Dify orchestration interface. The interface parameters are:
(List the current tool input/output parameters here, referring to the table below.)

You can add these tools to your workflow to achieve:
For specific instructions on how to use the tool, you can refer to the MemOS API Reference。
For scenarios where you need to record conversation data and extract relevant memories, you can build the following workflow:
