Skip to content

Add dakera — self-hosted Rust AI agent memory server (RocksDB + HNSW, MCP-native)#85

Closed
ferhimedamine wants to merge 2 commits into
awesome-rust-com:masterfrom
ferhimedamine:add-dakera
Closed

Add dakera — self-hosted Rust AI agent memory server (RocksDB + HNSW, MCP-native)#85
ferhimedamine wants to merge 2 commits into
awesome-rust-com:masterfrom
ferhimedamine:add-dakera

Conversation

@ferhimedamine
Copy link
Copy Markdown

@ferhimedamine ferhimedamine commented May 12, 2026

Summary

Adding dakera-client to the Database section.

dakera-client is the official Rust SDK (async client library) for the Dakera self-hosted AI agent memory server. Dakera stores, indexes, and retrieves agent memories using RocksDB for persistence and HNSW for vector similarity.

Links:

Technical stack of the server it connects to:

  • RocksDB — durable embedded key-value storage
  • HNSW — in-process approximate nearest neighbor search
  • BM25 — sparse keyword indexing for hybrid retrieval
  • Knowledge graph — entity and relation storage for structured memory

Why Database section: The SDK provides the Rust interface to a purpose-built agent memory database — store/recall operations, session management, vector search, and knowledge graph queries.

Performance: The Dakera server scores 87.8% on the LoCoMo benchmark for long-term conversational agent memory — validated against the same dataset used to evaluate Mem0, Letta, and Graphiti.

Entry placed alphabetically in the Database section.

Replace GitHub link to dakera-mcp with the published Rust SDK crate
dakera-client on crates.io, matching the template in CONTRIBUTING.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine changed the title Add dakera — self-hosted Rust AI agent memory server (RocksDB + HNSW, 87.8% LoCoMo) Add dakera — self-hosted Rust AI agent memory server (RocksDB + HNSW, MCP-native) May 13, 2026
@ferhimedamine ferhimedamine closed this by deleting the head repository May 14, 2026
@wujunze
Copy link
Copy Markdown
Member

wujunze commented May 19, 2026

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants