[PR #487] [CLOSED] feat(memov): introduce memov mcp server demo for exploring repo commits. #5650

Closed
opened 2026-05-17 05:38:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/487
Author: @IRONICBo
Created: 2/11/2026
Status: Closed

Base: mainHead: feat/add-memov-mcp-agent-streamlit-demo


📝 Commits (1)

  • e441b5b feat: introduce memov mcp server demo for exploring git commits.

📊 Changes

3 files changed (+540 additions, -0 deletions)

View changed files

mcp_ai_agents/memov_coding_history_agent/README.md (+287 -0)
mcp_ai_agents/memov_coding_history_agent/memov_agent.py (+247 -0)
mcp_ai_agents/memov_coding_history_agent/requirements.txt (+6 -0)

📄 Description

About MemoV Coding History Agent

MemoV Coding History Agent is a production-ready AI agent that lets developers query their Git coding history using natural language. Built on the Model Context
Protocol (MCP), it eliminates hallucination by calling real MCP tools (mem_history, vibe_search) via stdio transport, fetching the MemoV MCP server directly from
GitHub with zero local installation required.

image

Key Features

  • Zero Hallucination: Uses actual MCP protocol tools - all data comes from real Git commits
  • No Local Install: MCP server automatically fetched from git+https://github.com/memovai/memov.git via uvx
  • Natural Language Queries: Ask questions like "Show me the last 10 snapshots" or "Find authentication patterns"
  • Debug Mode: Full transparency - see every MCP tool call in terminal logs
  • Semantic Search: Built-in code search using ChromaDB (optional)
  • Auto generate code skills in memory.
Image

Trace every interactions from llms, like inputs, outputs and context changes. Give the whole picture of actions.
Image

Refer issue: #446


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/487 **Author:** [@IRONICBo](https://github.com/IRONICBo) **Created:** 2/11/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-memov-mcp-agent-streamlit-demo` --- ### 📝 Commits (1) - [`e441b5b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/e441b5b34e40c1d4a40eb3124b961f8e0676164a) feat: introduce memov mcp server demo for exploring git commits. ### 📊 Changes **3 files changed** (+540 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `mcp_ai_agents/memov_coding_history_agent/README.md` (+287 -0) ➕ `mcp_ai_agents/memov_coding_history_agent/memov_agent.py` (+247 -0) ➕ `mcp_ai_agents/memov_coding_history_agent/requirements.txt` (+6 -0) </details> ### 📄 Description # About MemoV Coding History Agent [MemoV](https://github.com/memovai/memov) Coding History Agent is a production-ready AI agent that lets developers query their Git coding history using natural language. Built on the Model Context Protocol (MCP), it eliminates hallucination by calling real MCP tools (mem_history, vibe_search) via stdio transport, fetching the MemoV MCP server directly from GitHub with zero local installation required. <img width="2992" height="1866" alt="image" src="https://github.com/user-attachments/assets/7f7d5d5e-2523-47d9-a13e-5474f6a8bc8d" /> # Key Features * Zero Hallucination: Uses actual MCP protocol tools - all data comes from real Git commits * No Local Install: MCP server automatically fetched from git+https://github.com/memovai/memov.git via uvx * Natural Language Queries: Ask questions like "Show me the last 10 snapshots" or "Find authentication patterns" * Debug Mode: Full transparency - see every MCP tool call in terminal logs * Semantic Search: Built-in code search using ChromaDB (optional) * Auto generate code skills in memory. <img width="1909" height="838" alt="Image" src="https://github.com/user-attachments/assets/29857144-ce36-441a-adf3-9381a0b59af2" /> Trace every interactions from llms, like inputs, outputs and context changes. Give the whole picture of actions. <img width="2400" height="996" alt="Image" src="https://github.com/user-attachments/assets/e0ad4726-c1e4-4649-b7b5-7820f722385b" /> Refer issue: #446 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-17 05:38:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#5650