An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operation.
A specialized Model Context Protocol (MCP) server for deep git repository investigation and analysis. This forensics tool provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operations.
The server provides four main analysis tools:
Branch Overview (get_branch_overview
)
Time Period Analysis (analyze_time_period
)
File Changes Analysis (analyze_file_changes
)
Merge Recommendations (get_merge_recommendations
)
Each tool requires specific parameters:
repoPath
: Path to the git repositorybranches
: Array of branch names to analyzeoutputPath
: Path where analysis results will be writtentimeRange
: Start and end dates for period analysisfiles
: Array of file paths for file change analysisAll tools output JSON files containing:
The server runs as an MCP service and can be integrated with any MCP-compatible client. All analysis results are written to specified output files in JSON format.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE.txt{:target=“_blank”} file for details.
Forks and contributions welcome.
All contributions will be under the Apache License 2.0. This permissive license allows you to:
Copyright 2025. Licensed under the Apache License, Version 2.0; you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Mcpterm
An MCP tool server that provides stateful, TUI-compatible terminal sessions.
Tailscale Mcp
Math Mcp
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.