# MemQ n8n Agent Starter

Workflow-agent memory example for n8n MCP Client and MCP Client Tool nodes.

## 10-minute setup

1. Create a MemQ API key.
2. Copy `.env.example` to `.env` and set `MEMQ_API_KEY`.
3. Configure an n8n MCP Client node using `.mcp.example.json`.
4. Use `examples/save-memory/request.json` in one workflow step.
5. Use `examples/recall-memory/request.json` in a later workflow or agent step.

## What this proves

- n8n workflows can save durable memory.
- n8n AI Agents can recall memory through MCP Client Tool.
- Multi-step automations can keep continuity without stuffing context into every prompt.
