mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[PR #487] [CLOSED] feat(memov): introduce memov mcp server demo for exploring repo commits. #2431
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?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/487
Author: @IRONICBo
Created: 2/11/2026
Status: ❌ Closed
Base:
main← Head:feat/add-memov-mcp-agent-streamlit-demo📝 Commits (1)
e441b5bfeat: 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.
Key Features
Trace every interactions from llms, like inputs, outputs and context changes. Give the whole picture of actions.

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