openapi-servers/servers/filesystem
2025-04-17 11:44:58 -07:00
..
.dockerignore
compose.yaml
config.py re-implement pending_confirmation 2025-04-17 10:43:48 -07:00
Dockerfile
main.py improve deletion flow with shorter confirmations 2025-04-17 11:44:58 -07:00
README.md
requirements.txt

🗂️ 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