Back to search
30
MCP

git-context-mcp

npm/git-context-mcp

MCP server that answers 'why does this code exist?' — git blame + PR descriptions + linked issues, inside Claude

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

code-context-mcp
MCP server with local RAG for Claude Code repo context
0 tools
claude-context-bridge
Local MCP server that gives Claude.ai live context about your git repos and Claude Code sessions
0 tools
code-understanding-mcp-server
MCP server for code understanding and context generation
0 tools
gh-backlog-mcp
GitHub Issues-backed backlog MCP server for Claude Code
0 tools
github-pr-context-mcp
GitHub PR Review Context MCP Server
0 tools
context-keeper-mcp
MCP server that maintains project context (decisions, pipelines, constraints) across Claude conversations
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "git-context-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}