Installation¶
MarkdownFS ships as a Rust core with three transports and two SDKs. Pick the surface that fits.
Run the server¶
Docker¶
docker run -p 7860:7860 \
-e MARKDOWNFS_LISTEN=0.0.0.0:7860 \
-v $PWD/data:/home/mdfs/data \
ghcr.io/subramanya1997/markdownfs:latest
From source (Rust)¶
git clone https://github.com/subramanya1997/markdownfs
cd markdownfs
cargo build --release
./target/release/mdfs-server
Hugging Face Space¶
One-click deploy to a free Space — see the Hugging Face guide.
Install an SDK¶
Use the MCP server¶
Add to your Claude Desktop / Cursor config: