> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Your private memory brain, the one place every AI agent reads from and writes to.

Your **memory brain** is a private, personal store of what your AI agents have learned about you and your work. Claude Code, Claude Desktop, ChatGPT, Codex, and other MCP-compatible agents can all read from it and write to it, so your context follows you from one tool to the next.

It is yours alone. Every memory is scoped to your account.

## How memory gets in

* **Capture from your agents.** The [Versuno CLI](/cli/memory-capture) reads the memory folders your coding agents already write (Claude Code, GitHub Copilot) and brings them into your brain.
* **Agents save it themselves.** An agent can write a memory directly with the [save\_memory](/mcp/tools/save-memory) tool the moment it learns something worth keeping.

## How agents use it

Any connected agent pulls in what it needs with [recall\_memory](/mcp/tools/recall-memory). Tell one agent something today, and another agent can use it tomorrow. That is the point: switch tools, and your memory comes with you.

## What a memory is

The unit is a single fact or note, not a whole file. Each memory has a kind that describes what it is and how agents use it, see [Memory types](/memory/memory-types).

You can browse and search your whole brain as a graph in the dashboard under **Brains, then My Brains**.
