★ 11 stars
Rust
🤖 AI/LLM
Updated today
Cognitive memory engine for AI agents — temporal decay, contradiction detection, autonomous consolidation, knowledge graph, ANN recall via HNSW. Embeddable Rust library with Python bindings; powers yantrikdb-server (HTTP gateway, MCP server, openraft cluster). AGPL.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"yantrikdb": {
"command": "cargo",
"args": [
"run",
"--",
"yantrikdb"
]
}
}
}
Run in terminal:
claude mcp add yantrikdb cargo run -- yantrikdb
Add to .cursor/mcp.json:
{
"mcpServers": {
"yantrikdb": {
"command": "cargo",
"args": [
"run",
"--",
"yantrikdb"
]
}
}
}
Topics
agent-memoryai-agentsanthropicclaude-codecognitive-memorydatabaseembeddingshnswknowledge-graphllmllm-memorymcpmemoryopen-sourcepersistent-memory