muhannad-hash/git-context-mcp
by Various
MCP server that answers why code exists - git blame, PR descriptions, and linked issues
MCP
muhannad-hash/git-context-mcp
Added 1 June 2026
Overview
A Model Context Protocol server that explains why code exists by retrieving git blame, pull request descriptions, and linked issues. It provides historical context for code changes directly from a git repository.
Best for
Best for
Developers who want instant code context from git history via MCP
Use cases
- Understanding the rationale behind a specific line of code
- Onboarding to a new codebase by tracing change history
- Debugging by linking code changes to PRs and issues
Notes
A Model Context Protocol server that explains why code exists by retrieving git blame, pull request descriptions, and linked issues. It provides historical context for code changes directly from a git repository.
1 stars on GitHub. Last updated 2026-04-13. Licensed MIT.
Use cases
- Understanding the rationale behind a specific line of code
- Onboarding to a new codebase by tracing change history
- Debugging by linking code changes to PRs and issues
Pros
- Directly surfaces git blame and PR context without leaving the editor
- Lightweight JavaScript implementation
- Integrates with MCP-compatible tools
Cons
- Very low community adoption (1 star on GitHub)
- Requires a git repository with linked PRs and issues to be useful
- Limited to projects that use git and have well-documented PRs
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Directly surfaces git blame and PR context without leaving the editor
- Lightweight JavaScript implementation
- Integrates with MCP-compatible tools
Cons
- Very low community adoption (1 star on GitHub)
- Requires a git repository with linked PRs and issues to be useful
- Limited to projects that use git and have well-documented PRs
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Aider
Paul Gauthier
Terminal-first AI pair programmer. Edits files in your repo, commits with sensible messages, runs your tests.