Quickstart

From zero to working AI memory in under 5 minutes.

You need Node.js 20+ and npm 10+ on your machine.

node --version    # want v20.x or higher
npm --version     # want 10.x or higher

Don't have Node? Install from nodejs.org/en/download (pick the LTS installer for your OS).

Install

npm install -g mnueron
mnueron setup

mnueron setup is an interactive wizard. It scans for installed AI tools (Claude Desktop, Claude Code, Cursor, Windsurf, Cline) and offers to wire mnueron into each.

Verify it works

  1. Restart whichever AI tool you wired up (close it fully, reopen).
  2. Open a new chat.
  3. Ask: "Save a memory: I prefer 2-space indentation in JavaScript."
  4. Start a brand-new chat, ask: "What indentation do I prefer in JavaScript?" — the AI should call memory_recall and answer correctly.
  5. Run mnueron dashboard in a terminal and open http://localhost:3122 — you should see the memory there.

(Optional) Sign up for hosted

Local works forever and is free. Hosted ($9/mo) syncs across machines and is needed for the Chrome extension's cloud mode: create a free account.

Last updated 2026-05-16edit