Git Forensics MCP

by davidorex

analyze_time_period

Analyze development activity in git repositories by examining branches and changes within a specified time range to generate detailed insights and outputs.

Instructions

Analyze detailed development activity in a specific time period

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "branches": { "description": "Branches to analyze", "items": { "type": "string" }, "type": "array" }, "outputPath": { "description": "Path to write analysis output", "type": "string" }, "repoPath": { "description": "Path to git repository", "type": "string" }, "timeRange": { "properties": { "end": { "type": "string" }, "start": { "type": "string" } }, "required": [ "start", "end" ], "type": "object" } }, "required": [ "repoPath", "branches", "timeRange", "outputPath" ], "type": "object" }

You must be authenticated.

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