Skip to main content
Glama

Git Forensics MCP

by davidorex

analyze_file_changes

Track and analyze changes to specific files across multiple branches in a Git repository, generating detailed insights for code review or debugging purposes.

Instructions

Analyze changes to specific files across branches

Input Schema

NameRequiredDescriptionDefault
branchesYesBranches to analyze
filesYesFiles to analyze
outputPathYesPath to write analysis output
repoPathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "branches": { "description": "Branches to analyze", "items": { "type": "string" }, "type": "array" }, "files": { "description": "Files to analyze", "items": { "type": "string" }, "type": "array" }, "outputPath": { "description": "Path to write analysis output", "type": "string" }, "repoPath": { "description": "Path to git repository", "type": "string" } }, "required": [ "repoPath", "branches", "files", "outputPath" ], "type": "object" }
Install Server

Other Tools from Git Forensics MCP

Related Tools

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