HasanJahidul/git-insight-mcp
by Various
Semantic git queries via MCP. Beyond git log — answer who/what/when/why about any line, file, or branch.
MCP
HasanJahidul/git-insight-mcp
Added 7 June 2026
Overview
A Model Context Protocol server that enables semantic queries against git history. It translates natural language questions about who changed what, when, and why into structured git log searches across lines, files, or branches.
Best for
Best for
Developers who want to explore git history through conversational queries in an MCP-enabled environment
Use cases
- Ask which commit introduced a specific line of code
- Find all changes to a file made by a particular author
- Query git history for changes related to a feature or bug fix
Notes
A Model Context Protocol server that enables semantic queries against git history. It translates natural language questions about who changed what, when, and why into structured git log searches across lines, files, or branches.
1 stars on GitHub. Last updated 2026-05-11. Licensed MIT.
Use cases
- Ask which commit introduced a specific line of code
- Find all changes to a file made by a particular author
- Query git history for changes related to a feature or bug fix
Pros
- Lets you query git history with natural language instead of raw git commands
- Works with any MCP-compatible client or agent
- Lightweight TypeScript implementation
Cons
- Very early stage with only 1 star and minimal community adoption
- Limited to semantic parsing of git log output, not a full git replacement
- Requires an MCP host to be useful, not a standalone tool
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lets you query git history with natural language instead of raw git commands
- Works with any MCP-compatible client or agent
- Lightweight TypeScript implementation
Cons
- Very early stage with only 1 star and minimal community adoption
- Limited to semantic parsing of git log output, not a full git replacement
- Requires an MCP host to be useful, not a standalone tool
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.