MCP Servers / memory / Dakera

Dakera

JSON →
httpnone2memory

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
How to run this server
[ { "cmd": "npx (Node.js", "imports": [] } ]
server path: dakera
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envDAKERA_ROOT_API_KEY
envDAKERA_API_KEY
envDAKERA_API_URL
Resources
Dakera — MCP Server · libregistry