Skip to content

Latest commit

Β 

History

History
21 lines (14 loc) Β· 447 Bytes

README.md

File metadata and controls

21 lines (14 loc) Β· 447 Bytes

πŸ—‚οΈ Filesystem Tool Server

A FastAPI-powered server to interact with your filesystem via OpenAPI.

πŸš€ Quickstart

Clone the repo and run the server:

git clone https://github.com/open-webui/openapi-servers
cd openapi-servers/servers/filesystem
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --reload

πŸ“‘ Your Filesystem server will be live at:
http://localhost:8000/docs


Built for plug & play ⚑