Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.membase.so/llms.txt

Use this file to discover all available pages before exploring further.

Membase gets smarter the more context it has. The main ways to bring your context in are: import past conversations, let your agents capture context as you work, save context from Chat in Dashboard, connect external apps, and import an existing knowledge base into the wiki.

Chat History Import

The fastest way to bootstrap your knowledge base. If you’ve been using ChatGPT, Claude, or Gemini, you already have months of context in those tools. Chat History Import brings it all into Membase at once.
Chat History Import
1

Export from your LLM client

Download your conversation history using each platform’s export feature (ChatGPT Settings > Data controls > Export data, etc.).
2

Upload to Membase

Go to the Sources page in your dashboard, scroll to the Chat History section, and upload the exported file. Membase accepts the native export formats from each platform.
3

Membase digests your history

Your conversations are processed through the same pipeline as live interactions. Preferences, decisions, project context, and relationships are extracted and added to your knowledge graph.
You don’t have to choose between import and live sync. Import your history first to bootstrap, and then let your agents or Chat in Dashboard continue building your knowledge base as you work.

Live Agent Conversations

Once you’ve connected an agent via the Quickstart, context is captured automatically as you chat. Your agent calls add_memory whenever it detects something worth remembering: preferences, decisions, project details, and more.
Live agent sync via MCP: Add Memory being called during an agent conversation
Agents can also call add_wiki when you share factual, reference-style knowledge worth keeping as a document (specs, runbooks, stable notes). The two tools route context to the right store automatically. You don’t need to do anything special. Just chat normally, and your knowledge base grows in the background.

Chat in Dashboard

Chat in Dashboard can also save durable personal context as memory, or create wiki documents when you ask it to save factual reference material. This is useful when you want to add or clarify context without opening an external agent.

App Integrations

Your context doesn’t only live in AI conversations. Connect external apps from the Sources page to bring in context from the tools you use every day.

Gmail

Project updates, team discussions, and action items from your inbox.

Google Calendar

Meetings, deadlines, and schedule context.

Slack

Messages, threads, and channel discussions from your workspace.
Connected integrations
Once connected, data syncs automatically. Incremental updates run in the background, so your memory stays current without any manual effort.
For the full list of supported and upcoming integrations, see the Apps guide.

Obsidian Vault Import

If you already keep notes in Obsidian (or any folder of markdown files), you can import the whole vault as wiki documents in one shot. Top-level folders become collections, [[wikilinks]] are preserved, and documents land in the Wiki tab instead of the memory graph, so they stay searchable as stable reference material. See the Obsidian connector guide for the full import flow, folder flattening behavior, size limits, and how duplicates are handled.

What Gets Captured

SourceExamples of extracted contextLands in
Chat History ImportPast preferences, project decisions, technical stacks, recurring patterns across months of conversationsMemory
Agent ConversationsNew preferences, decisions made during the session, project details discussed in real timeMemory
Chat in DashboardDurable personal context or factual reference material you ask Chat to saveMemory or Wiki
GmailProject updates, action items, team communication, client contextMemory
Google CalendarMeeting outcomes, deadlines, scheduling patterns, recurring eventsMemory
SlackTeam discussions, channel updates, thread summaries, shared decisionsMemory
Obsidian Vault ImportReference docs, specs, personal notes, linked concept pagesWiki
Memory holds your personal context and connects it as entities and episodes in a knowledge graph. The wiki holds factual, reference-style knowledge as linked markdown documents. Agents can search both through MCP.

Next Steps

Use Your Context

Learn how to retrieve and interact with your stored knowledge.

Knowledge Wiki

Explore collections, backlinks, and the Obsidian import flow.

How Membase Works

Understand the full digesting and retrieval pipeline.