
ELF
Supports UIby hack-ink
Evidence-linked fact memory for LLM agents with hybrid search and strict provenance.
What it does
Provides a memory service for LLM agents that stores short, evidence-linked facts. It uses Postgres with pgvector as the source of truth and Qdrant for fast retrieval, ensuring that every remembered fact is tied to specific evidence.
Tools
add_note: Store a deterministic fact with associated evidence.add_event: Ingest an event using LLM-driven extraction to create evidence-bound notes.search: Perform chunk-first hybrid search to retrieve relevant memories.get_relation_context: Retrieve structured entity/relation facts for complex queries.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"elf": {
"command": "cargo",
"args": ["run", "-p", "elf-mcp", "--", "-c", "elf.toml"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo run -p elf-mcp -- -c elf.tomlInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






