Expand description
Git Tools MCP Server
Provides Git repository operations via MCP protocol including:
- Repository status and diff analysis
- Commit history and blame information
- Branch analysis and merge conflict detection
- Change impact analysis
Structsยง
- Blame
Info - Git blame information
- Blame
Line - Individual blame line
- Branch
Info - Branch information
- Commit
Info - Git commit information
- Diff
Hunk - Git diff hunk
- Diff
Info - Git diff information
- GitStatus
- Git repository status information
- GitTools
Server - Git Tools MCP Server