loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

Alaz

MCP Tool

Nonanti/Alaz

Long-term memory for AI coding assistants. Learns from sessions, remembers across them.

Install

$ npx loaditout add Nonanti/Alaz

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "Alaz": {
      "command": "npx",
      "args": [
        "-y",
        "Alaz"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<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>

---

The Problem

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.

The Solution

Alaz gives your AI assistant a persistent memory. It runs as a background server and does two things:

  1. Learns automatically. When a coding session ends, Alaz reads the transcript and extracts what matters — patterns you use, decisions you made, bugs you hit, workflows that work.
  1. Remembers automatically. When a new session starts, Alaz injects the most relevant context — unresolved issues, proven procedures, your preferences — so the assistant picks up where you left off.

Everything is searchable, versioned, and gets smarter over time. If you told your assistant something once, you never need to tell it again.

How It Works
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
What It Remembers

| Type | Example | |------|---------| | Preferences | "Always use Bun ins

Tags

aiai-memoryclaude-codedockerknowledge-graphmcpmemoryragrust

Reviews

Loading reviews...

Quality Signals

2
Stars
0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Nonanti/Alaz)](https://loaditout.ai/skills/Nonanti/Alaz)