
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
n8n-nodes-zep-stemx-memory
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 install
npm run build
npm link
npm link n8n-nodes-zep-memory
The node requires Zep API credentials:
https://your-service.run.app
)Create User Node:
user_123
user@example.com
John
Doe
Create Session Node:
session_456
user_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_456
Messages 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-memory 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.