mex: mex provides persistent, navigable project memory for AI coding agents, allowing every session to start with the right context instead of a cold prompt. It structures agent memory through a markdown scaffold, offers CLI tools for drift detection against the real codebase, and synchronizes context to keep agents aligned and reduce token usage.; Graft: Graft is an open-source context layer designed to accelerate and optimize coding agents like Claude Code, Cursor, and Gemini by providing deep contextual understanding of large codebases. It builds a human-readable code graph and linked markdown nodes, enabling agents to operate faster, cheaper, and with higher correctness by avoiding repeated code exploration.
Maintaining consistent project context for AI coding agents across multiple sessions.
Accelerating coding agents for faster and cheaper code understanding and generation.