Skip to main content
KiwiFS gives agents four ways to access markdown, from the most native (filesystem) to the most structured (MCP).

Filesystem access

When your agent has a real filesystem mount (NFS, FUSE, or local):
Agents already know these commands from training data. No SDK, no driver, no custom protocol.

REST API

When a filesystem mount isn’t available:

MCP (Model Context Protocol)

The most structured interface, designed for Claude, Cursor, and other AI tools:
60+ MCP tools cover files, search, DQL, imports, analytics, drafts, saved views (Bases), canvas, workflows, claims, graph analytics, linting, clipping, and more. See the grouped reference in MCP. See MCP for transport options, HTTP security notes, and resource URIs.

Access protocols

Every protocol flows through the same storage layer. Every write — regardless of how it enters — gets a git commit, a search index update, and an SSE broadcast. Setup guides for NFS, S3, WebDAV, and FUSE: Alternate protocols.

Provenance tracking

Know which agent run produced which content:
KiwiFS injects derived-from into the frontmatter automatically. Query later: “show me every page produced by run-249.”
Last modified on May 22, 2026