The thing AI doesn't have, and code desperately needs.
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโ
โโโโ โโโโโโ
โโโโโโโโโโโโโโ
โโโโ
โโโโ
โโโโ
โโโโ
โโโโ
ฮผ ฮฝ ฮฎ ฮผ ฮท
memory
|
shinnapat@dev โโโโโโโโโโโโโโโโโโโโโโ โญโ System โ OS ......... Windows 11 Pro ยท WSL2 โ Editor ..... VS Code ยท nvim โ Terminal ... PowerShell ยท zsh โ Shell ...... starship ยท ohmyzsh โฐโ โญโ Languages โ Daily ...... TypeScript ยท Node.js โ Sometimes .. Python ยท Go ยท SQL โ Real ....... เธ เธฒเธฉเธฒเนเธเธข ยท English โฐโ โญโ Building โ Mneme ...... memory layer for AI โ git history ยท code ยท MCP โ Stack ...... TS ยท SQLite ยท FTS5 โ Philosophy . local-first ยท MIT โฐโ โญโ Open Source โ npm ........ mneme-ai โ GitHub ..... @patsa2561-art โ License .... MIT โฐโ โญโ Contact โ Email ...... patsa2561@gmail.com โ Location ... Bangkok, Thailand ๐น๐ญ โฐโ |
Mneme โ memory layer for AI coding assistants
Your codebase has memory. Your AI assistant has 0. I'm fixing that.
What it does: Indexes your git history + code structure into a local SQLite database, exposes it via MCP so AI coding assistants can finally answer "why is this code structured this way?" with real context instead of guesses.
Stack: TypeScript ยท SQLite + FTS5 ยท Hybrid retrieval (BM25 + cosine + RRF) ยท MCP server ยท Property-based testing
Philosophy: local-first ยท no telemetry ยท works offline with Ollama ยท MIT licensed
npx mneme-ai init
npx mneme-ai ask "what does this project do"