MemoV v1.0 Released: AI-Powered Version Control for Developers
We are excited to announce the official release of MemoV v1.0 — a Git-powered memory layer designed specifically for AI-assisted development workflows.
What is MemoV?
MemoV captures the complete history of your AI coding sessions, including prompts, responses, and code changes, in a separate timeline that doesn't pollute your main Git history. Think of it as version control for your AI interactions.
Key Features in v1.0
MCP Integration
MemoV now integrates seamlessly with the Model Context Protocol (MCP), allowing it to work with:
Enhanced CLI
The
command-line tool provides powerful controls:codemem
— Initialize a project with MemoV trackingcodemem init
— Create snapshots of your AI sessionscodemem snap
— Browse your session timelinecodemem history
— Navigate between snapshots instantlycodemem jump
See the complete CLI reference for all available commands.
Web UI
Launch
to open a local web interface for visual exploration of your development history. Learn more about the Web UI.codemem ui
Getting Started
Install MemoV in under a minute:
bashcurl -LsSf https://astral.sh/uv/install.sh | sh claude mcp add mem-mcp --scope project -- uvx --from git+https://github.com/memovai/memov.git mem-mcp-launcher stdio $(pwd)
Read the full installation guide for detailed setup instructions.
What's Next
We're actively working on:
- Semantic search with RAG support
- Team collaboration features
- Integration with more AI coding agents
Join our GitHub community to contribute or share feedback.