kiwifs binary. Run kiwifs --help to list available commands, or kiwifs <command> --help for details on a specific command.
Core commands
serve — Start the KiwiFS server
serve — Start the KiwiFS server
init — Initialize a knowledge directory
init — Initialize a knowledge directory
mcp — Start MCP server
mcp — Start MCP server
- In-process (stdio)
- Proxy mode
- HTTP transport
mount — FUSE mount a remote KiwiFS
mount — FUSE mount a remote KiwiFS
fuse3.Data commands
import — Import data from external sources
import — Import data from external sources
export — Export knowledge base
export — Export knowledge base
--format pdf, html, slides, or site with --path pointing at a file or directory:query — Run a DQL query
query — Run a DQL query
aggregate — SQL-style aggregation
aggregate — SQL-style aggregation
Maintenance commands
analytics — Knowledge health dashboard
analytics — Knowledge health dashboard
lint — Validate knowledge base
lint — Validate knowledge base
janitor — Full health scan
janitor — Full health scan
reindex — Rebuild search indexes
reindex — Rebuild search indexes
--fts-only is set.view — Manage computed views
view — Manage computed views
kiwi-view: true in frontmatter).Rules, tokens, benchmarks, clipping, and memory
rules — Manage .kiwi/rules.md
rules — Manage .kiwi/rules.md
--remote and --api-key like other commands.token — API tokens in config.toml
token — API tokens in config.toml
.kiwi/config.toml; the plaintext key is shown once on create.bench — Local performance harness
bench — Local performance harness
clip — Save a web page as markdown
clip — Save a web page as markdown
--title, --tags, --folder, --actor (defaults to clipper).memory report — Episodic coverage
memory report — Episodic coverage
KiwiFS Cloud commands
login — Authenticate with KiwiFS Cloud
login — Authenticate with KiwiFS Cloud
~/.kiwifs/credentials.json.logout — Remove stored credentials
logout — Remove stored credentials
~/.kiwifs/credentials.json.whoami — Show authenticated user
whoami — Show authenticated user
connect — Generate MCP config for a workspace
connect — Generate MCP config for a workspace
update — Self-update the CLI
update — Self-update the CLI
kiwifs binary from GitHub Releases.Backup and restore
backup — Push to git remote
backup — Push to git remote
kiwifs backup fetches and rebases onto the backup branch before pushing. See Backup sync for configuration, opt-outs, and conflict handling.restore — Clone from git remote
restore — Clone from git remote