Skip to main content
Glama

Git File Forensics MCP

by davidorex

analyze_file_context

Examine file changes within a specific commit to understand broader context, providing detailed insights into file history and modifications in a git repository.

Instructions

Analyze broader context of file changes in a specific commit

Input Schema

NameRequiredDescriptionDefault
commitYesCommit hash to analyze
fileYesFile to analyze
outputPathYesPath to write analysis output
repoPathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "commit": { "description": "Commit hash to analyze", "type": "string" }, "file": { "description": "File to analyze", "type": "string" }, "outputPath": { "description": "Path to write analysis output", "type": "string" }, "repoPath": { "description": "Path to git repository", "type": "string" } }, "required": [ "repoPath", "file", "commit", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools from Git File 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-file-forensics'

If you have feedback or need assistance with the MCP directory API, please join our Discord server