Your agent's favorite filesystem.
Markdown filesystem for agents and teams.
Searchable, structured, versioned markdown. Plug in an agent in 30 seconds — or self-host with a single binary.
Open Source · BSL-1.1 · Cloud & Self-hosted

Install in seconds
One command. Self-hostable.
$ curl -fsSL https://...kiwifs/main/install.sh | sh
$ kiwifs init --root ./knowledge
$ kiwifs serve --root ./knowledge
Server running at http://localhost:3333
Why we love KiwiFS
And you would too.
One server. Every protocol.
REST, NFS, S3, WebDAV, FUSE, and MCP — all flowing through a single storage layer. Every write gets a git commit, a search index update, and an SSE broadcast.
Loading diagram...
REST API
Web frontend, scripts, CI
NFS
Docker & Kubernetes native mount
S3
Backup, data pipelines
WebDAV
Windows mapped drives
FUSE
Mount remote as local folder
MCP
Claude, Cursor, any AI agent
How it compares
Your agents need persistent, searchable, structured markdown. What do you use?
| KiwiFS | Git repo | Postgres | Obsidian | Chroma | |
|---|---|---|---|---|---|
| What it is | Markdown filesystem | DIY files + git | Relational database | Local markdown editor | Vector store (OSS) |
| Agents can write | MCP, REST, cat | echo + manual commit | SQL inserts | Local files only | Upsert embeddings |
| MCP support | Native (29 tools) | No | No | No | No |
| Human-readable UI | Built-in web UI | Raw files / GitHub | Needs custom UI | Desktop app | No |
| Search | FTS (BM25) + vector | grep | SQL LIKE / pg_trgm | Plugins | Vector similarity |
| Structured queries | DQL over frontmatter | No | SQL (full power) | Plugin (Dataview) | Metadata filters |
| Versioning | Auto git commits | Manual | WAL / migrations | No | No |
| Data format | Markdown (portable) | Markdown (portable) | Tables (locked in) | Markdown (portable) | Embeddings (opaque) |
| Best for | Agent workspace + team wiki | Simple scripts | App backends | Personal notes | OSS semantic search |
Ready to give your agents a memory?
Start free on cloud, or self-host the same binary. Open source, BSL-1.1 licensed.


