
Alaz
by nonanti
Long-term memory for AI coding agents with 6-signal hybrid search and autonomous learning.
What it does
Alaz provides a persistent long-term memory layer for AI coding assistants, preventing the loss of architectural context and patterns between sessions. It automatically learns from session transcripts and injects relevant context at the start of new sessions.
Tools
alaz_save: Save knowledge items with auto-embedding and graph enrichment.alaz_hybrid_search: High-precision search using 6 orthogonal signals (FTS, Vector, ColBERT, Graph, RAPTOR, Decay).alaz_relate: Create directed relations between knowledge entities.alaz_core_memory: Manage persistent facts, preferences, and conventions.alaz_git_hot_files: Identify frequently changed files via commit analytics.alaz_vault_store: Encrypted secret storage using AES-256-GCM.
Installation
{
"mcpServers": {
"alaz": {
"type": "http",
"url": "http://localhost:3456/mcp",
"headers": {
"X-API-Key": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo run -- serveInformation
- Pricing
- free
- Published
- 5/27/2026
- stars






