Dakera
JSON →Self-hosted Rust-based MCP server for AI agent memory â persistent, queryable memory with hybrid search, knowledge graphs, built-in embeddings, and 14 core tools (expandable to 86+ with profile-based tiering).
Install
npx (Node.js Tools · 14
- dakera_store Store a memory with importance, tags, and type
- dakera_recall Semantic recall by query text
- dakera_search Advanced memory search with tag/type filters
- dakera_session_start Start a session to group related memories
- dakera_session_end End a session with optional summary
- dakera_batch_recall Bulk filter-based recall (by tags, importance, time)
- dakera_forget Delete specific memories by ID
- dakera_hybrid_search Combined vector + BM25 search
- dakera_fulltext_search BM25 full-text search
- dakera_knowledge_graph Build a knowledge graph from a seed memory
- dakera_extract Extract entities and structure from free-form text
- dakera_batch_forget Bulk delete by tags, type, or time range
- dakera_discover_tools Search the full tool catalog by keyword or tier
- dakera_load_tools Load full schemas for specific tools on demand
Environment variables
DAKERA_ROOT_API_KEYDAKERA_API_KEYDAKERA_API_URL
Links
★ 2 GitHub stars