Nonanti/Alaz
Long-term memory for AI coding assistants. Learns from sessions, remembers across them.
Platform-specific configuration:
{
"mcpServers": {
"Alaz": {
"command": "npx",
"args": [
"-y",
"Alaz"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center"> <h1>Alaz</h1> <p>Long-term memory for AI coding assistants.</p> </div>
<p align="center"> <a href="https://github.com/Nonanti/Alaz/actions"></a> <a href="LICENSE"></a> </p>
---
AI coding assistants forget everything between sessions. Every new conversation starts from zero — you re-explain your stack, repeat your preferences, and watch the assistant rediscover things you solved last week.
Alaz gives your AI assistant a persistent memory. It runs as a background server and does two things:
Everything is searchable, versioned, and gets smarter over time. If you told your assistant something once, you never need to tell it again.
Session ends → Alaz reads the transcript
→ Extracts patterns, decisions, errors, procedures
→ Detects contradictions with existing knowledge
→ Builds a knowledge graph
→ Embeds everything for semantic search
Session starts → Alaz injects relevant context
→ Unresolved bugs from last time
→ Your coding conventions
→ Proven workflows for the current project
→ Insights from your other projects| Type | Example | |------|---------| | Preferences | "Always use Bun ins
Loading reviews...