openapi-servers/servers/filesystem
2025-04-14 20:46:53 -04:00
..
.dockerignore feat: docker support 2025-04-04 11:46:12 +05:30
compose.yaml feat: docker support 2025-04-04 11:46:12 +05:30
config.py Refactor allowed directories to config.py; implement two-step delete_path with token-based confirmation and pending state; update related models, validation, and error handling 2025-04-14 20:46:53 -04:00
Dockerfile feat: docker support 2025-04-04 11:46:12 +05:30
main.py Refactor allowed directories to config.py; implement two-step delete_path with token-based confirmation and pending state; update related models, validation, and error handling 2025-04-14 20:46:53 -04:00
README.md doc: readme 2025-04-10 17:55:16 -07:00
requirements.txt refac 2025-03-27 23:47:21 -07:00

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