Skip to main content
1

Install

2

Initialize a knowledge base

This creates a directory with starter files, a schema, and an agent playbook.
Templates: kb, wiki, memory, tasks, data, cms, runbook, adr, prompt, research, log, and blank. See Init templates.
3

Start the server

KiwiFS is now running at http://localhost:3333. Open it in your browser to see the web UI.
4

Write from your agent

5

Search

You now have a searchable, versioned knowledge base. Every write is a git commit.

Connect an AI agent

Add KiwiFS as an MCP server in Claude Desktop or Cursor:
Your agent now has access to 71 MCP tools for reading, writing, searching, querying, drafts, and more. See MCP for the full tool reference.

Next steps

Configuration

Auth, search, versioning, vector embeddings, and more.

Agent Interface

Filesystem, REST, and MCP access patterns.

Search

Grep, FTS5, hybrid, and vector search.

DQL

Query frontmatter metadata with a SQL-like language.

Deploy with Docker

Production deployment with Docker Compose.

Web UI

Tree, editor, graph, Bases, and search.
Last modified on August 20, 2026