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
Mcpet
This is a TypeScript-based Model Context Protocol (MCP) server that implements a virtual pet simulation system. It demonstrates core MCP concepts by providing tools for pet care and interaction.
Rcon Mcp
Model Context Protocol for Minecraft Server Management
Mcp Hotnews Server
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites.
A Model Context Protocol (MCP) server that enables AI assistants like Claude to check software end-of-life (EOL)
An MCP tool server that provides stateful, TUI-compatible terminal sessions.
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.