
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
n8n-nodes-zep-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
The npm package n8n-nodes-zep-memory receives a total of 0 weekly downloads. As such, n8n-nodes-zep-memory popularity was classified as not popular.
We found that n8n-nodes-zep-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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.