Long-term memory for n8n workflows
Add persistent AI memory to your n8n automation workflows. Your AI nodes remember context across executions and build knowledge over time.
Why This Works
n8n is a powerful workflow automation platform with AI capabilities. But AI nodes start fresh on every execution — no memory of past runs or accumulated knowledge. HyperMemory connects as an MCP server, giving your n8n AI workflows access to structured long-term memory. Store insights, recall context, and build workflows that get smarter with every run.
Quick Setup
Configure HyperMemory as an MCP tool in n8n:
{
"mcpServers": {
"hypermemory": {
"type": "url",
"url": "https://api.hypermemory.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Use Case
A support team runs n8n workflows that use AI to categorize and respond to tickets. With HyperMemory, the AI remembers past resolutions, customer preferences, and recurring issues. When a similar ticket comes in, the workflow recalls what worked before and suggests the best response — no retraining, no manual lookup.