← Back to News
release · Jan 27, 2026 · 5 min read

MemoV v1.0 Released: AI-Powered Version Control for Developers

Announcing MemoV v1.0 with full MCP integration, enhanced CLI, and Web UI for tracking AI coding sessions.

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
code
mem
command-line tool provides powerful controls:
  • code
    mem init
    — Initialize a project with MemoV tracking
  • code
    mem snap
    — Create snapshots of your AI sessions
  • code
    mem history
    — Browse your session timeline
  • code
    mem jump
    — Navigate between snapshots instantly
See the complete CLI reference for all available commands.

Web UI

Launch
code
mem ui
to open a local web interface for visual exploration of your development history. Learn more about the Web UI.

Getting Started

Install MemoV in under a minute:
bash
curl -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.