Skip to main content
KiwiFS can drive Airbyte connectors for sources easier to configure through Airbyte than native importers.
Native kiwifs import --from notion remains the simplest path for one-shot imports. Use Airbyte when you need scheduled sync or Airbyte Cloud connections.

Two modes

Local connector containers. Phase 1 sources routed through Docker today:

Configuration

.kiwi/config.toml
Environment variables expand in TOML via ${VAR} syntax.

Sync status

Use with saved import connections when periodic sync is enabled.

Firebase RTDB record explosion

When importing Firebase Realtime Database key/value records through Airbyte, KiwiFS explodes each record into its own markdown page instead of collapsing the entire snapshot into one file. This makes large RTDB trees searchable and linkable in your knowledge base.

MCP

Agents can call kiwi_import with Airbyte-compatible source configuration. Available sources are listed by GET /api/kiwi/import/sources.

Import overview

All 18+ import sources.

Import API

REST reference.

Connections

Saved connections and re-runs.
Last modified on May 23, 2026