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
Govee_mcp_server
MCP Server to control govee lights
Gauntlet Incept Mcp
A project that uses an MCP to create the Incept program.
Youtube Music Mcp Server
This is a MCP (Model Context Protocol) server that you can use with Cline through Visual Studio Code and ask songs to be played using Youtube Music
一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.
Analyze user input to identify suitable design patterns and project templates. Orchestrate the project, creating initial files from templates.
MCP Server for Mixpanel API (talk to your Mixpanel data)