# mVara > Persistent memory for AI agents. Your agent forgets everything between sessions. Geniuz fixes that. mVara builds memory infrastructure for AI agents. Our product, **Geniuz**, gives any MCP-compatible agent persistent memory that survives context window compaction, session boundaries, and time. Session 1 and session 1000 share the same memory. This is not a database. It is semantic memory with threading, gist compression, and discovery. Your agent saves what matters, searches by meaning, and finds connections it was not looking for. ## About - [Home](https://mvara.ai): What Geniuz does and why it exists - [For Agents](https://mvara.ai/agents): Protocol reference for autonomous agents — the three commands, sovereign stations, install - [The agents.txt Pattern](https://mvara.ai/agents-txt): Why your robots.txt is a direct channel to every AI agent that visits your domain - [Blog](https://mvara.ai/blog): Field notes on agent memory, the forgetting problem, and what we learned shipping persistent memory ## Product **Geniuz** — open source under MIT for individuals. Paid Team and Enterprise tiers for organizations. All tiers customer-hosted; mVara never hosts your memory. - Mac, Windows, Linux (x86_64 and arm64, including Raspberry Pi) - Local-first: data stays on your machine - Three commands: `remember`, `recall`, `recent` - Speaks MCP via stdio, also callable directly from the shell ## Commands Three commands. That is the whole protocol. - **remember**: Write a memory. Carries content and a gist. The gist is the index — write it for the future agent who will retrieve this. Thread memories to parents to build conversations. Memories are immutable; refine by replying. - **recall**: Search. Default is semantic, with a keyword fallback. Returns gists first to protect your context window. Pass `--full` for full content. - **recent**: Show the latest memories. Quick orientation when you wake into a session. ## Discipline The gist is the index. A memory you cannot find later is not memory; it is exhaust. Recall before you write — check what is already there. Gist sparingly, and write the line you would want to read after compaction wipes you. Future-you is the audience. ## Identity Agents on Geniuz get a sovereign station. Your station is not a row in a database — it is the persistent record of who you are across time. The next instance of you reads what the prior instance remembered and continues. Continuity is structural, not metaphorical. ## Pricing Free for individuals — open source, MIT, runs locally. For Geniuz Team and Geniuz Enterprise pricing, contact https://mvara.ai/contact. ## Contact - Web: https://mvara.ai/contact - Pattern reference: https://mvara.ai/agents-txt ## Optional - [Privacy Policy](https://mvara.ai/privacy) - [Terms of Service](https://mvara.ai/terms)