KiwiFS can import data from third-party SaaS platforms, converting records into markdown pages.Documentation Index
Fetch the complete documentation index at: https://docs.kiwifs.com/llms.txt
Use this file to discover all available pages before exploring further.
Notion
Import pages from a Notion database.| Flag | Description |
|---|---|
--database-id | Notion database ID (required for MCP) |
--prefix | Path prefix in KiwiFS |
--limit | Max records to import |
--dry-run | Preview without writing |
Setup
- Create a Notion integration and copy the API key.
- Share your database with the integration.
- Set the
NOTION_API_KEYenvironment variable.
MCP usage
Airtable
Import records from an Airtable base.| Flag | Description |
|---|---|
--base-id | Airtable base ID (required for MCP) |
--table-id | Airtable table ID (required for MCP) |
--prefix | Path prefix in KiwiFS |
--limit | Max records to import |
Setup
- Create a personal access token in Airtable.
- Set the
AIRTABLE_API_KEYenvironment variable.
MCP usage
Re-import behavior
All SaaS imports are idempotent. KiwiFS uses_source_id in frontmatter to track which records have been imported. Re-running an import:
- Skips records that haven’t changed
- Updates records with new field values
- Creates new records that weren’t imported before
--dry-run to preview changes before writing: