Overview
Persistent, shared personal memory for your AI agents, so they keep important context across sessions.
What is Tvix?
Tvix is a universal knowledge layer for AI agents. It gives your agents two persistent, shared stores that survive across sessions, tools, and platforms, so they can keep important context about you.
- Memory: Personal context (preferences, decisions, habits, meetings, emails) organized as a knowledge graph
- Knowledge Wiki: Factual knowledge as markdown documents linked with
[[wikilinks]], organized into Projects, with Notion sync, Obsidian/Markdown import, and hybrid search - Cross-agent sharing: Context stored by one agent is available to other connected agents on your account
- External integrations: Connect Gmail, Calendar, Slack, Notion, and other data sources to enrich Memory and Wiki
- Chat history import: Bring in past conversations from ChatGPT, Claude, and Gemini to bootstrap your knowledge base
- Chat with Memory: Talk directly to your knowledge base from the dashboard, without going through an external agent
- Smart digesting: Raw conversations are automatically processed into structured, retrievable memories
How does it work?


Connect agents and data sources
Connect your AI agents (Cursor, Claude, ChatGPT, etc.) via MCP, import past conversations, and link external data sources like Gmail, Google Calendar, Slack, and Notion. Optionally import Notion exports, Obsidian vaults, or Markdown files to bootstrap your Wiki.
Two knowledge stores: Memory and Wiki
Incoming context lands in the right place automatically. Personal context (preferences, decisions, meetings) becomes **Memory**, organized as a knowledge graph. Reference material (docs, specs, notes, transcripts) becomes **Wiki**, organized as linked markdown documents in Projects or Basic.
Retrieval when your agent (or Chat) needs it
When an agent needs context to respond, it can call `search_memory` for personal context and `search_wiki` for factual knowledge, then combine the results. Chat with Memory in the dashboard can use the same knowledge stores when you ask a question directly.
Why Tvix?
Today's AI agents have three fundamental problems:
Session Memory Loss
Agents forget everything when a session ends.
Cross-Agent Isolation
Context doesn't carry over between agents.
Context Rot
More context doesn't mean better responses.
Every new conversation starts from scratch. You re-explain preferences, past decisions, and project context over and over. Worse, what you told Cursor doesn't exist in Claude, so you end up manually copy-pasting the same information across tools.
Even when you try to fix this by stuffing more context into prompts, it backfires. Without structure, the agent can't tell what's important and what's noise. Signal gets buried under volume.
Tvix solves all three. Instead of dumping raw text, Tvix builds a relational knowledge graph from your conversations and external data. When an agent needs context, it retrieves only the relevant pieces, keeping responses accurate and grounded.
Get Started
Quickstart
Connect your first agent in 3 simple steps.
Bring Your Context
Import chat history, connect apps, import Notion/Obsidian/Markdown files, and build your knowledge base.
Use Your Context
Chat with Memory, agent retrieval, and dashboard exploration.
Knowledge Wiki
Store factual knowledge as linked markdown documents that agents can search.