#281 · Primary category: AI Coding Assistants
mex
Persistent project memory for AI coding agents. Structured scaffold + drift detection CLI.
Project last updated:08/29/26
GitHub Stars
1.5K
Forks
109
Contributors
15
License
MIT
Why we included this project
AI coding agents forget what they learned last session, so teams end up re-explaining how their codebase is organized and why decisions were made. mex gives those agents a persistent, repo-local memory: a deterministic code graph built with Tree-sitter indexes symbols and their relationships, while agents record what they discover into plain Markdown files. A drift checker then compares that knowledge against the source and flags claims that no longer match, so the memory stays tied to the actual implementation. The CLI also runs as an MCP server for tools like Claude Code, Codex, and Cursor, letting each session pull only the context it needs instead of scanning the whole repository. That suits teams who want agents to inherit prior discoveries rather than rediscover them from scratch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.