Skip to main content
Glama

Git File Forensics MCP

by davidorex

track_file_versions

Analyze complete version history of a specific file in a Git repository, including renames and moves, and export the results for detailed forensics.

Instructions

Track complete version history of a specific file, including renames and moves

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "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", "outputPath" ], "type": "object" }
Install Server

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