tejzpr/Smriti-MCP
Smriti is a Model Context Protocol (MCP) server that provides persistent, graph-based memory for LLM applications. Built on LadybugDB (embedded property graph database), it uses EcphoryRAG-inspired multi-stage retrieval - combining cue extraction, graph traversal, vector similarity, and multi-hop association - to deliver human-like memory recall.
Platform-specific configuration:
{
"mcpServers": {
"Smriti-MCP": {
"command": "npx",
"args": [
"-y",
"Smriti-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...