Knowledge Wiki
Store factual and project knowledge in Tvix alongside your memories. Wiki is your Knowledge Atlas — theme folders, notes, resources, and inbox — and is searchable by agents through MCP.
The Knowledge Wiki is your durable knowledge base inside Tvix. While Memory captures episodic personal/work context, Wiki stores notes and project material you want to retrieve by title or search.
Memory vs Wiki
| Memory | Wiki | |
|---|---|---|
| What it stores | Distilled knowledge claims (people, decisions, relationships over time) | Theme-curated Atlas notes mirrored from knowledge memories + manual notes |
| How you capture it | Agents capture_memory, Chat, Sources imports, app sync → cognify | Dashboard Wiki UI, Chat / agents via create_wiki_note, paste import |
| How you retrieve it | search_memory, Chat, Memories graph/table | search_wiki, Chat, Wiki overview |
| Structure | Temporal knowledge graph (claims + entities + episodes) | Theme projects, notes, resources, inbox |
Tip: For user questions, agents should usually call both
search_memoryandsearch_wiki.
Knowledge Atlas
Wiki is organized as a Knowledge Atlas:
-
Projects / themes — Named containers for related notes and resources
-
Notes — Markdown-ish note documents (create/edit in the dashboard)
-
Resources — Reference items linked to projects
-
Inbox — Captures waiting for triage (accept / reject / organize)
-
Open Brain for the overview. Uncertain items can sit in a Basic / unassigned state until you file them into a project.
Auto folders from knowledge memories
As knowledge memories are created or updated (cognify / capture), Tvix ensures:
- A Wiki theme folder from the memory’s domain / theme (e.g. Areas, project themes) — not raw Gmail/Drive source dumps
- An idempotent wiki note linked by
metadata.memory_idthat stays in sync when the memory updates
Existing knowledge memories can be synced anytime via Wiki → Sync wiki from memories, or Local CLI ./local/scripts/tvix-local.sh wiki-backfill.
From the Wiki page you can:
- Browse projects, notes, resources, and inbox
- Create notes and projects
- Triage inbox items
- Switch between list/table-style browsing and a graph view of related workspace content
Documents and editing
Wiki notes are created and edited in the dashboard. Agents can create notes with create_wiki_note (name, optional content). There is currently no MCP update_wiki / delete_wiki tool — edit or delete from the Wiki UI (or workspace APIs).
Note: Bidirectional
[[wikilink]]editing is not implemented in the current Wiki UI. Prefer clear titles and project filing for navigation.
Inbox
Inbox holds captures that need review. Open a review item, then accept, reject, or organize it into a project/note. This is the primary “review before it becomes durable Wiki” path in the product today.
Importing content
Use Sources to bring knowledge in:
| Source | How it works today |
|---|---|
| ChatGPT / Claude / Gemini | Paste an export or summary; Tvix captures it as memory/context |
| Obsidian / Markdown | Paste markdown content; captured as a wiki note |
| Notion | OAuth connector — sync Notion pages into your workspace when configured |
| Live apps (Slack, Google, etc.) | Feed Memory more than Wiki; see App Integrations |
There is no separate “Wiki → Add → Import zip vault” uploader in the current UI; paste-based import on Sources is the supported path.
Search
Wiki search is available via:
- Chat in Dashboard — can call
search_wikialongside memory search - Wiki page — browse and filter workspace content
- Agents via MCP —
search_wiki
MCP Tools
| Tool | What it does |
|---|---|
search_wiki | Search wiki notes, resources, and projects |
create_wiki_note | Create a wiki note (name, optional content) |
See the Tvix MCP reference for the full tool list (including memory and brief tools).
Next Steps
Memory
Personal context that complements the Wiki.
Chat in Dashboard
Ask questions across both Memory and Wiki.
Tvix MCP
Full MCP tool reference.
Connect Apps
Bring more sources into your knowledge base.