Tvix

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

MemoryWiki
What it storesDistilled knowledge claims (people, decisions, relationships over time)Theme-curated Atlas notes mirrored from knowledge memories + manual notes
How you capture itAgents capture_memory, Chat, Sources imports, app sync → cognifyDashboard Wiki UI, Chat / agents via create_wiki_note, paste import
How you retrieve itsearch_memory, Chat, Memories graph/tablesearch_wiki, Chat, Wiki overview
StructureTemporal knowledge graph (claims + entities + episodes)Theme projects, notes, resources, inbox

Tip: For user questions, agents should usually call both search_memory and search_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_id that 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:

SourceHow it works today
ChatGPT / Claude / GeminiPaste an export or summary; Tvix captures it as memory/context
Obsidian / MarkdownPaste markdown content; captured as a wiki note
NotionOAuth 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.

Wiki search is available via:

  • Chat in Dashboard — can call search_wiki alongside memory search
  • Wiki page — browse and filter workspace content
  • Agents via MCPsearch_wiki

MCP Tools

ToolWhat it does
search_wikiSearch wiki notes, resources, and projects
create_wiki_noteCreate 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.
Was this page helpful?