From 8d40f2b9b97176fc6845508bedc04d61282f7508 Mon Sep 17 00:00:00 2001 From: Dakera Ops Date: Wed, 13 May 2026 09:10:54 +0000 Subject: [PATCH] Add Dakera: self-hosted agent memory server for LLM workflows Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d33fba1..93285d4 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Minima](https://github.com/dmayboroda/minima) is a configurable conversational RAG system that runs LLM locally and on-premises using containers. +[Dakera](https://github.com/dakera-ai/dakera) is a self-hosted agent memory server built in Rust for LLM and AI agent workflows. It provides persistent, privacy-preserving local memory with hybrid semantic search, a Docker-composable deployment, and an MCP-compatible API — all with no cloud dependencies. + ### ChatGPT [Back to the Top](#table-of-contents)