---
title: "n8n Memory Node · n8n community node for StudioMeyer Memory"
description: "n8n community node for StudioMeyer Memory. Long-term AI memory with knowledge graph, semantic search, entity tracking, session continuity. Drop-in for n8n."
canonical: "https://matthiasmeyer.tech/repos/n8n-nodes-studiomeyer-memory"
language: "en"
last_updated: "2026-08-21"
markdown_versions: ["https://matthiasmeyer.tech/repos/n8n-nodes-studiomeyer-memory.md", "https://matthiasmeyer.tech/de/repos/n8n-nodes-studiomeyer-memory.md", "https://matthiasmeyer.tech/es/repos/n8n-nodes-studiomeyer-memory.md"]
image: "https://matthiasmeyer.tech/api/og/repo/n8n-nodes-studiomeyer-memory?lang=en"
publisher: "Matthias Meyer, https://matthiasmeyer.tech (llms.txt: https://matthiasmeyer.tech/llms.txt)"
---

workflow stable TypeScript

# n8n Memory Node

n8n community node for StudioMeyer Memory

Long-term AI memory with knowledge graph, semantic search, entity tracking, session continuity. Drop-in for n8n.

[View on GitHub →](https://github.com/studiomeyer-io/n8n-nodes-studiomeyer-memory)[npm](https://www.npmjs.com/package/n8n-nodes-studiomeyer-memory)

## What it solves

The memory options built into n8n, Postgres, Redis and Motorhead, handle short-term conversation history and stop there. They remember the last few turns, not the decision you made in March. For a workflow that is supposed to know a returning customer, that is the wrong kind of memory.

## How it works

It is a community node that connects an n8n workflow to the StudioMeyer Memory server and exposes the useful operations as a clean resource and operation tree, the way an n8n node is supposed to look. What that buys you is the long-term layer: semantic search across past decisions, learnings and sessions, a knowledge graph with typed entities and relations, bi-temporal tracking so you can ask what was known about something on a given date, and confidence with decay so an old contradicted fact fades instead of sitting there forever.

## When to use it

Add it when a workflow has to recognise someone or something across runs rather than within one. The hosted backend runs multi-tenant in the EU, so data protection is the default rather than a configuration you have to remember.

## When not to use it

It points at the hosted service. The credential has a server URL field so an enterprise customer can point it at a managed deployment on their own infrastructure after a commercial agreement, but a public self-host bundle is a planned release and not something you can install today. If short-term conversation history is genuinely all you need, the built-in options are simpler and already there.

Stars

★ 2

Forks

⑂ 1

installs

↓ 906

Clones (14d)

⊟ 56

Language

TypeScript

Updated

2026-08-21

## Install

```
npx -y n8n-nodes-studiomeyer-memory
```

## Related repos

- Local Memory MCP

    → n8n bridge for

    →

    https://matthiasmeyer.tech/repos/local-memory-mcp

- n8n Templates

    → shipped together with

    →

    https://matthiasmeyer.tech/repos/n8n-templates

## Sitemap

Every page of this site as Markdown: [sitemap](https://matthiasmeyer.tech/sitemap.md). Curated entry point: [llms.txt](https://matthiasmeyer.tech/llms.txt).
