Back to docs
Getting started

Welcome to Mnueron — pick your path.

Mnueron is a persistent memory layer for every AI tool you use. Whether it's Claude Desktop, Claude Code, Cursor, Codex, or an app you're building yourself, Mnueron remembers context across sessions so your AI starts every conversation knowing what matters. Pick the path below that matches what you want to do today — each one walks you all the way from install to seeing real value.

General User

~10 minutes

You want Mnueron memory in Claude Desktop, Claude Code, Cursor, etc. so your AI tools remember context across sessions.

  1. 1Install the mnueron CLI
  2. 2Connect Claude Desktop + Claude Code
  3. 3Open the local dashboard UI
  4. 4Sign up for the cloud sync account (optional)
  5. 5Link your S3 / R2 / B2 bucket OR pick hosted storage
  6. 6Save your first memory and watch Claude recall it

Developer

~20 minutes

You're building an app, agent, or workflow that needs persistent memory across LLM providers. Python, .NET, REST, or MCP — pick your interface.

  1. 1Install CLI + your language SDK
  2. 2Wire VS Code (Cline / Continue / Cursor) to the MCP server
  3. 3Set up OpenAI Codex CLI with Mnueron as an MCP
  4. 4Build a tiny app: recall before the LLM call, save after
  5. 5Deploy to Vercel and watch memory follow users

Contributor

~45 minutes

You want to add a connector, fix a bug, or extend the platform. Set up a local dev environment for the CLI + the SaaS web app, then ship a PR.

  1. 1Fork + clone mnueron and ai-boilerplate-pro
  2. 2Run npm install + npm run dev:full
  3. 3Run migrations against your personal Supabase
  4. 4Find the MeetingSource plugin SDK + add a connector
  5. 5Submit your first pull request

What does Mnueron actually do?

For your AI tools

Six new tools — memory_save, memory_recall, memory_list, memory_delete, memory_namespaces, memory_import_chat — are exposed to any MCP-compatible client. Your AI calls them automatically when it should be remembering or recalling.

Storage choices

Local SQLite (free, private), hosted Postgres (free tier available, cross-machine sync), or hosted + your own S3 / R2 / B2 bucket for cold archive. Switch any time at /account-settings/storage.

Or jump straight in

Lost? Mnueron is open source. The CLI is on github.com/randi2160/mnueron and so is this docs site. File an issue or send a PR.