MCP.so
登录

Git Forensics MCP

@davidorex

关于 Git Forensics MCP

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.

基本信息

分类

版本控制

传输方式

stdio

发布者

davidorex

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Git Forensics MCP?

A specialized Model Context Protocol (MCP) server for deep git repository investigation and analysis. It provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operations.

How to use Git Forensics MCP?

Install Node.js and Git (must be accessible), then run the server as an MCP service integrated with any MCP-compatible client. Invoke tools such as get_branch_overview, analyze_time_period, analyze_file_changes, or get_merge_recommendations, providing parameters like repoPath, branches, outputPath, and tool‑specific parameters (timeRange, files). Results are written to JSON output files.

Key features of Git Forensics MCP

  • Branch overview with commit counts and merge bases
  • Time period analysis with categorized commits
  • File change tracking with conflict risk assessment
  • Merge recommendations and optimal strategy guidance
  • JSON output with summaries and risk assessments

Use cases of Git Forensics MCP

  • Investigate branch relationships and historical commit patterns
  • Analyze development activity during specific time periods
  • Track changes to particular files and identify conflict areas
  • Obtain merge strategies and step‑by‑step merge guidance
  • Generate risk assessments for file modifications across branches

FAQ from Git Forensics MCP

What dependencies does Git Forensics MCP require?

It requires Node.js, Git (installed and accessible), and the @modelcontextprotocol/sdk package.

How does Git Forensics MCP differ from general GitHub or git tools?

It focuses solely on deep git repository analysis—e.g., branch relationships, commit patterns, and merge conflict risks—rather than general GitHub or git operations.

What transport protocol does the server use?

The server runs on stdio transport.

What output format does Git Forensics MCP provide?

All analysis results are written to user‑specified output files in JSON format, including summaries and risk assessments.

What license is Git Forensics MCP distributed under?

It is licensed under the Apache License, Version 2.0.

评论

版本控制 分类下的更多 MCP 服务器