mfs — CLI for Multi-source File-like Search
mfs is the CLI client for MFS: a unified file-like search interface
over codebases, docs, databases and SaaS workspaces. It exposes everything
through familiar shell verbs (ls, cat, tree, head, tail, grep)
plus mfs search for hybrid semantic + literal retrieval.
This crate is the binary. The matching server (Python, in the same monorepo) runs the connectors, ingest pipeline, embedding and retrieval. See the main project README for the server setup:
https://github.com/zilliztech/mfs
Install
One-line installer (Linux / macOS, x86_64 / arm64):
|
Or:
Quickstart
Assumes the server is running on 127.0.0.1:8765 (the CLI's default
endpoint). See the main repo for how to start it.
Pointing at a non-default server
Status
This is the v0.4.x beta line. APIs may shift before v0.4.0 stable.
Track the main repo for changes:
https://github.com/zilliztech/mfs/releases
License
Apache-2.0.