ai-memory: shared long-term memory for AI coding agents
The open-source ai-memory project, written in Rust, is a local long-term memory server that bridges over 20 AI coding harnesses including Claude Code, Cursor and Codex. Memory is stored as git-versioned markdown files with SQLite FTS5 search and zero LLM calls or API keys by default.
- Supports 20+ agents: Claude Code, Cursor, Codex, Gemini CLI, Zed
- Memory stored as git-backed markdown, indexed with SQLite FTS5
- Zero LLM calls and API keys by default, fully offline capable
- Typed cross-agent handoffs via claim-once tokens
Read next
Software