mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[GH-ISSUE #446] Feature Request: add a git-like, traceable memory mcp tool for coding apps #12652
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IRONICBo on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/446
I'd love to see a tutorial showing how to build LLM apps with MemoV context!
What is MemoV?
MemoV is an open-source tool that provides traceable, Git-powered version control for AI coding sessions. It creates a searchable memory of everything you've coded with prompts, responses, and code diffs - featuring automatic Skills learning from your successful patterns.
Integration Potential
MemoV would be perfect for several tutorial categories:
1. RAG with Coding Context
Build a RAG system that can answer questions about your entire coding history:
2. AI Agent with Skills Memory
Create agents that learn from your successful coding patterns:
3. Chat with Your Coding History
Similar to "Chat with PDF" but for your entire dev timeline:
vibe_searchTechnical Details
MemoV provides:
snap,mem_history,mem_jump,mem_uifor version controlGET /api/skills,POST /api/skills/refresh)vibe_searchfor semantic search,vibe_debugfor multi-model debugging.memdirectory, zero pollution to.gitResources
Would love to contribute this tutorial to awesome-llm-apps!
@IRONICBo commented on GitHub (Jan 29, 2026):
Auto generate code skills in memory.
Trace every interactions from llms, like inputs, outputs and context changes. Give the whole picture of actions.

@awesomekoder commented on GitHub (Feb 1, 2026):
Hey @IRONICBo! 👋 Thanks for bringing MemoV to our attention - the concept of Git-powered version control for AI coding sessions is really interesting!
Looking at how this could fit into our repo, I'd suggest focusing on one clear, focused tutorial rather than trying to cover all three ideas at once. Here's what I think would work best:
🎯 Recommended: "Chat with Your Coding History" Agent
This aligns perfectly with our existing patterns (like
chat_with_pdf,chat_with_github) and would be super practical for developers.Suggested Structure
What the tutorial should include:
vibe_searchandmem_historytoolsREADME Style
Check out
github_mcp_agentfor our typical README format:Key Tips
Would love to see a PR for this! Let me know if you have questions about the implementation. 🚀