๐Ÿค– n8n-nodes-agent-kit โ€” production-grade AI agents in n8n (multi-agent, memory, MCP, skills)

Hey n8n community :waving_hand:

I just published n8n-nodes-agent-kit โ€” a community node package that turns
n8n into a serious platform for building AI agents in production.

It ships 6 nodes that work together:

  • :robot: Agent Kit โ€” single agent with tool calling, memory, skills, guardrails
  • :brain: Orchestrator Kit โ€” supervisor that delegates to specialist subagents,
    returns full executionTrace with per-agent token usage
  • :bullseye: Sub Agent Kit โ€” specialist agent that plugs into the Orchestrator
  • :floppy_disk: Agent Memory โ€” SQLite long-term + in-process session buffer
  • :electric_plug: MCP Gateway โ€” speaks Model Context Protocol both as client and server
  • :books: Skill Loader โ€” loads SKILL.md files inline or from a GitHub repo
    (agentskills.io format)

Powered by OpenRouter out of the box, so you get Claude, GPT-4o, Gemini,
Llama, Qwen โ€” 400+ models with one credential.

Why I built it

The built-in AI Agent is great for prototypes, but every production project I
shipped needed: persistent memory, multi-agent orchestration, MCP tools,
observability per agent, and guardrails. I kept gluing the same pieces with
Code nodes โ€” so I packaged them properly.

Install

Settings โ†’ Community Nodes โ†’ Install โ†’ n8n-nodes-agent-kit

Links

Would love to hear what youโ€™d build with it โ€” and PRs / suggestions are very
welcome.