Description
n8n-nodes-zep-memory-v3

This is an n8n community node that provides Zep v3 Memory functionality for AI agents. It replaces the discontinued official Zep Memory node with enhanced v3 features.
Features
- Thread-based Memory: Uses Zep v3 thread terminology instead of sessions
- Message Filtering: Automatically filters out empty messages (preserves original functionality)
- Cloud & Open Source: Supports both Zep Cloud and self-hosted Zep instances
- Version Compatibility: Multiple node versions for backward compatibility
- AI Agent Integration: Direct integration with n8n AI Agent nodes
Installation
To install this community node in n8n:
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-zep-memory-v3 - Agree to the risks of using community nodes
- Select Install
After installation restart n8n to see the node in the nodes panel.
Configuration
Credentials
- Create new Zep API credentials
- For Zep Cloud:
- Set Cloud to
true - Enter your API Key
- Set Cloud to
- For Zep Open Source:
- Set Cloud to
false - Enter your API URL (e.g.,
http://localhost:8000) - Enter your API Key (if required)
- Set Cloud to
Node Configuration
- Thread ID: The unique identifier for the conversation thread
- Can use expressions like
{{ $json.threadId }} - Supports different input methods based on node version
- Can use expressions like
Usage
- Add the Zep Memory v3 node to your workflow
- Connect it between your Chat Trigger and AI Agent nodes
- Configure the Thread ID to identify unique conversations
- The node will automatically:
- Load conversation history for context
- Save new messages after AI responses
- Filter out empty messages
Example Workflow
Chat Trigger → Zep Memory v3 → AI Agent → Response
Differences from Original Node
This community node maintains 100% compatibility with the original discontinued node while adding:
- v3 Terminology: Uses
threadIdinstead ofsessionId - Enhanced Performance: Leverages Zep v3 improvements
- Future-Proof: Built for long-term maintenance
Migration from Original Node
To migrate from the discontinued official node:
- Install this community node
- Replace Zep Memory nodes with Zep Memory v3
- Update parameter names:
sessionId→threadId - Test your workflows
Compatibility
- n8n version: 0.190.0 and above
- Node.js: 18.10 and above
- Zep: Cloud v3 and Open Source <= v0.27.2
Support
This is a community-maintained node. For issues:
- Check the GitHub Issues
- Create a new issue with detailed information
- Community support via n8n Discord