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 minutesYou want Mnueron memory in Claude Desktop, Claude Code, Cursor, etc. so your AI tools remember context across sessions.
- 1Install the mnueron CLI
- 2Connect Claude Desktop + Claude Code
- 3Open the local dashboard UI
- 4Sign up for the cloud sync account (optional)
- 5Link your S3 / R2 / B2 bucket OR pick hosted storage
- 6Save your first memory and watch Claude recall it
Developer
~20 minutesYou're building an app, agent, or workflow that needs persistent memory across LLM providers. Python, .NET, REST, or MCP — pick your interface.
- 1Install CLI + your language SDK
- 2Wire VS Code (Cline / Continue / Cursor) to the MCP server
- 3Set up OpenAI Codex CLI with Mnueron as an MCP
- 4Build a tiny app: recall before the LLM call, save after
- 5Deploy to Vercel and watch memory follow users
Contributor
~45 minutesYou 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.
- 1Fork + clone mnueron and ai-boilerplate-pro
- 2Run npm install + npm run dev:full
- 3Run migrations against your personal Supabase
- 4Find the MeetingSource plugin SDK + add a connector
- 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
- Mnueron Meet — meeting capture quickstart (if you want Meet specifically, this is the faster path).
- Bring Your Own Storage — three deployment modes + responsibility split.
- Security & data architecture — for IT and procurement reviewers.
- Full docs index — every guide and reference.
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.