Mem0 Integration

It would help if there was a node for:

I could help in meet-up with founders. That is #5 trending on github right now.
BIG thing for agentic memory.
This should ship to n8n ASAP for major memory upgrade.
Current memory processing is on the weaker side of n8n - compared to alternatives. Look at e.g. Flowise or more dedicated solutions with memory buffers based on summarization or other implementable long-term memory.

My use case:

I would use it for long-term context retention for AI to get to know the user better.

Any resources to support this?

Are you willing to work on this?

I am a low-code person but I can assist as much as I can.

You can now use mcp to run Mem0 in your workflow:

You will need to modify main.py to add the user_id parameter, as is it will default user_id to “user”

My understanding is you cannot run these packages inside of n8n cloud. How would you go about integrating mem0 to the server node for MCP within n8n?