Skip to content

Files

Latest commit

Apr 11, 2025
97e26fe · Apr 11, 2025

History

History
This branch is 28 commits behind open-webui/openapi-servers:main.

memory

🧠 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! 🟢