Git Forensics MCP
GitフォレンジックMCP
Gitリポジトリの詳細な調査と分析に特化したModel Context Protocol(MCP)サーバー。このフォレンジックツールは、リポジトリの履歴、ブランチ関係、開発パターンに関する詳細な情報を提供し、GitHubやGitの一般的な操作ではなく、Gitリポジトリの分析に特化しています。
特徴
サーバーは 4 つの主要な分析ツールを提供します。
ブランチの概要(
get_branch_overview)ブランチの状態と関係性の概要を提供します
最後のコミット、コミット数、マージベースを分析します
支店活動の統計要約を生成する
期間分析(
analyze_time_period)特定の期間における詳細な開発活動を分析します
コミットを分類する(機能、修正、リファクタリング、ドキュメント、その他)
コミットパターンを含むアクティビティサマリーを提供します
ファイル変更分析(
analyze_file_changes)ブランチ間で特定のファイルの変更を追跡します
潜在的な紛争地域を特定する
ファイル変更のリスク評価を提供します
リスクレベルに基づいて推奨レビュー順序を生成します
マージの推奨事項(
get_merge_recommendations)最適なマージ戦略を決定する
紛争リスクを評価する
コードのホットスポットを特定する
ステップバイステップのマージガイダンスを提供します
Related MCP server: GitIntel
入力パラメータ
各ツールには特定のパラメータが必要です。
repoPath: Gitリポジトリへのパスbranches: 分析するブランチ名の配列outputPath: 分析結果が書き込まれるパス追加のツール固有のパラメータ:
timeRange: 期間分析の開始日と終了日files: ファイル変更分析のためのファイルパスの配列
出力形式
すべてのツールは、次の内容を含む JSON ファイルを出力します。
詳細な分析結果
要約統計
リスク評価(該当する場合)
分析に基づく推奨事項
技術的な詳細
TypeScriptで構築
サーバーの実装にはMCP SDKを使用する
子プロセスを通じてgitコマンドを実行する
エラー処理と検証を提供します
stdioトランスポート上で実行
依存関係
@モデルコンテキストプロトコル/sdk
Node.js
Git (インストールされ、アクセス可能である必要があります)
使用法
サーバーはMCPサービスとして実行され、MCP互換のクライアントと統合できます。すべての分析結果は、指定された出力ファイルにJSON形式で書き込まれます。
貢献とライセンス
このプロジェクトは、Apache License バージョン 2.0 に基づいてライセンスされています。詳細については、 LICENSE.txtファイルを参照してください。
コラボレーション歓迎
フォークと貢献を歓迎します。
すべての貢献はApache License 2.0に基づきます。この寛容なライセンスでは、以下のことが認められています。
コードを商用利用する
コードを変更して配布する
派生作品を作成する
他のプロジェクトに含める
Copyright 2025. Apache License, Version 2.0に基づきライセンスされています。本プロジェクトは、本ライセンスに準拠しない限り利用できません。本ライセンスのコピーは、 http://www.apache.org/licenses/LICENSE-2.0から入手できます。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceMCP server providing Git-related functionalities, primarily a tool to generate diffs for Git merge commits against their first parent.4
- AlicenseAqualityBmaintenanceA local Git intelligence MCP server that provides deep repository analytics including hotspots, temporal coupling, knowledge maps, churn analysis, and risk scoring for AI agents.1212MIT
- AlicenseAqualityCmaintenanceA local Git intelligence MCP server that provides deep repository analytics including hotspots, churn, knowledge maps, and risk scoring, all computed from commit history without data leaving your machine.12MIT
- Alicense-qualityCmaintenanceA production-grade MCP server for local git repositories that provides tools for code search, git history analysis, complexity metrics, test discovery, and dependency management.MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP Server for JFrog, providing tools for development and artifact management.
Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidorex/git-forensics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server