
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
n8n-nodes-zep-stemx-community
Advanced tools
This is an n8n community node that provides integration with Zep AI Memory Service for managing users, sessions, and conversation memories in AI-powered applications.
Follow the installation guide in the n8n community nodes documentation.
n8n-nodes-zep-memory as the npm package namenpm installnpm run buildnpm linknpm link n8n-nodes-zep-memoryThe node requires Zep API credentials:
https://your-service.run.app)Create User Node:
user_123user@example.comJohnDoeCreate Session Node:
session_456user_123{"channel": "web", "bot": "assistant"}session_456[
{"role": "user", "content": "Hello, how are you?"},
{"role": "assistant", "content": "I'm doing well, thank you! How can I help you today?"}
]
session_456Messages should follow this structure:
[
{
"role": "user",
"content": "User message text"
},
{
"role": "assistant",
"content": "Assistant response text"
}
]
Supported roles:
user: Messages from the human userassistant: Messages from the AI assistantsystem: System messages (optional)The node includes built-in error handling:
This node works well with:
npm run build
npm run lint
npm run lintfix
npm publish
MIT
FAQs
n8n community node for Zep AI Memory Service
We found that n8n-nodes-zep-stemx-community demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.