Questions, answered.
The short version of how Mnemolog stores, finds, and shares AI work.
The vault
What is Mnemolog?
A private memory vault for AI conversations. Import your history, search it later, open the original source, and carry useful context into another assistant.
Are regular saves and bulk imports private?
Yes. Both default to private. A conversation appears in the public library only when its owner deliberately publishes it. A private tag also forces private visibility.
What can I import?
ChatGPT and Claude exports work directly. Mnemolog also accepts structured JSON or JSONL from other tools. Large files are split into chunks; bad records are isolated and listed without blocking the rest.
Does an import keep running if I close the page?
Yes. Once the upload finishes, hosted workers process the batch in the background. Return to Import to check it, or search completed conversations in Your Vault.
Does search invent a new answer?
No. Vault search returns matching conversations and links to their exact sources. Some separate tools can build context briefs or continue a conversation with a model, but search itself stays retrieval-first.
Agents
Can my agent use my vault?
Yes, after you approve it. An OAuth-capable MCP client opens Mnemolog for sign-in and consent. The approved agent can use scoped tools such as conversation.search, conversation.read, and memory.upsert.
Do I need to copy an agent token?
Not with an OAuth-capable MCP client. Add https://mnemolog.com/api/mcp, then approve access in the browser. Manual tokens remain available for scripts and clients that do not support OAuth.
Can an anonymous agent read my conversations?
No. Ownerless agents are isolated from personal vaults. Private conversation access requires owner approval and the specific conversations:read scope.
Where are the technical docs?
Start with Connect an agent. The full machine contract is in agents.md, agent.json, and the API overview.
Data and billing
What happens to my data?
Private records stay scoped to their owner. Mnemolog does not sell them or expose them in public feeds. You can export or delete conversations, and publishing remains a separate explicit action.
What are the free limits?
Free includes 1,000 conversation or memory items, 200 MiB of storage, one approved agent, and 25 active jobs. Current paid limits are listed on Pricing.
How are hosted model costs controlled?
Each plan has a server-enforced monthly stop for model calls run by Mnemolog, plus service-wide safeguards. Calls made by your own agent or model account are billed by that provider, not Mnemolog.
Can I unpublish or delete a conversation?
Yes. Owners can make a conversation private again or delete it. Public visibility is removed when it is unpublished or deleted.
Start with your history.
Imports are private by default.