Memov Git-like Memory

v1.0.0Knowledge & Memorystable

Give git-like & traceable memory to OpenClaw and any coding agents. By https://memov.ai/ aka Entire CLI for every coding agents by MCP. Self-evolution for skills.

agentagentic-aiagentic-ragagentsai
Share:
190
Stars
0
Downloads
0
Weekly
0/5

What is Memov Git-like Memory?

Memov Git-like Memory is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to give git-like & traceable memory to openclaw and any coding agents. by https://memov.ai/ aka entire cli for every coding agents by mcp. self-evolution for skills.

Give git-like & traceable memory to OpenClaw and any coding agents. By https://memov.ai/ aka Entire CLI for every coding agents by MCP. Self-evolution for skills.

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Give git-like & traceable memory to OpenClaw and any coding

Use Cases

Traceable memory for coding agents
Self-evolving skills
Memory versioning for AI
memovai

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx memov

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Memov Git-like Memory

Memov is an MCP server that gives AI coding agents git-like, versioned memory over their interactions. It automatically snapshots every prompt, response, and file change so agents can review history, jump back to any past state, and restore files — similar to how git lets developers check out old commits. Teams using Claude Code, Cursor, or other agentic tools get a traceable audit trail of what the AI did and when, with optional semantic search (RAG) to query that history in natural language.

Prerequisites

  • Python 3.10+ and uv or uvx available on your PATH
  • Git installed (Memov uses git-like concepts internally)
  • Claude Code, Cursor, VS Code, or another MCP-capable client
  • Optional: a VectorDB-compatible setup if you want RAG/semantic search features
1

Add Memov to Claude Code as an MCP server

Use the claude mcp add command to register Memov. The server is launched via uvx directly from the GitHub repository, scoped to the current project directory.

claude mcp add mem-mcp --scope project -- uvx --from git+https://github.com/memovai/memov.git mem-mcp-launcher stdio $(pwd)
2

Or install the Memov CLI for broader usage

For a system-wide install that works with multiple tools, use the one-line installer or Homebrew.

curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash
# or
brew tap memovai/mem && brew install memov
3

Configure your agent to take snapshots automatically

Add an instruction to your agent's system prompt or CLAUDE.md so it calls the snap tool after every interaction. This ensures no interaction is lost.

# Add to CLAUDE.md or agent system prompt:
# After completing any interaction, always call `use mem snap`
4

Optionally create a .memignore file

Create a .memignore file in your project root to exclude files you don't want tracked (e.g., build artifacts, secrets). The format mirrors .gitignore.

# .memignore example
*.log
dist/
.env
5

Open the memory timeline UI

Ask the agent to open the Memov web interface to visually browse snapshots, diffs, and history.

Memov Git-like Memory Examples

Client configuration

MCP configuration for Claude Code using uvx to launch the Memov server from the repository, scoped to the project directory.

{
  "mcpServers": {
    "mem-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/memovai/memov.git",
        "mem-mcp-launcher",
        "stdio",
        "/path/to/your/project"
      ]
    }
  }
}

Prompts to try

These prompts use Memov's core tools: snap, mem_history, mem_jump, mem_ui, and vibe_search.

- "Take a snapshot of this interaction"
- "Show me the history of what you've done in this project"
- "Jump back to the snapshot from before you changed auth.ts"
- "Open the memory UI so I can browse the timeline"
- "Search my agent history for when we last fixed the login bug"

Troubleshooting Memov Git-like Memory

uvx command not found when adding the MCP server

Install uv first with 'curl -LsSf https://astral.sh/uv/install.sh | sh', then open a new shell so uvx is on your PATH before running the claude mcp add command.

Snapshots are not being created automatically

Memov requires an explicit instruction in the agent's system prompt or CLAUDE.md telling it to call 'use mem snap' after each interaction. Add that rule to your project's CLAUDE.md file.

Semantic search (vibe_search) returns no results

The RAG features require the optional [rag] extras. Reinstall with: uvx --from 'git+https://github.com/memovai/memov.git[rag]' mem-mcp-launcher, and then run mem_sync to populate the vector index.

Frequently Asked Questions about Memov Git-like Memory

What is Memov Git-like Memory?

Memov Git-like Memory is a Model Context Protocol (MCP) server that give git-like & traceable memory to openclaw and any coding agents. by https://memov.ai/ aka entire cli for every coding agents by mcp. self-evolution for skills. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Memov Git-like Memory?

Follow the installation instructions on the Memov Git-like Memory GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Memov Git-like Memory?

Memov Git-like Memory works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Memov Git-like Memory free to use?

Yes, Memov Git-like Memory is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "memov": { "command": "npx", "args": ["-y", "memov"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Memov Git-like Memory?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides