Skip to content

Latest commit

Β 

History

History
16 lines (11 loc) Β· 357 Bytes

File metadata and controls

16 lines (11 loc) Β· 357 Bytes

🧠 Memory Tool Server

A plug-and-play server for memory tools using FastAPI.

πŸš€ Quickstart

Clone the repo and start the memory server:

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

That's it – you're live! 🟒