Agentโ™ฅ๏ธŽAge
Catalog

io.github.rog0x/git

Official

by rog0x ยท TypeScript

Git log, diff, blame, branch stats for AI agents

MCP Server: io.github.rog0x/git

This MCP server provides Git repository analysis tools for AI agents. It analyzes local repositories using native git commands and is served over the Model Context Protocol (MCP). The tools focus on commit history, diffs, blame, and repository statistics, without requiring the GitHub API.

๐Ÿ› ๏ธ Key Features

  • git_log: commit history with filtering by author, date range, and file path
  • git_diff: diffs between commits, branches, or tags, with change summaries
  • git_blame: line-level attribution with commit information
  • git_stats: commits, contributors, activity over time, and most changed files

๐Ÿš€ Use Cases

  • Retrieve filtered commit history for a specific author, time range, or file path
  • Compare code changes across revisions (commits/branches/tags) with summaries
  • Identify recent authorship of code lines in a file
  • Assess repository activity and top modified files

โšก Developer Benefits

  • Uses native git commands (GitHub API not required)
  • MCP tooling for AI agents working with version-control data
  • Language/tooling alignment via TypeScript and MCP integration

โš ๏ธ Limitations

  • Limited to Git repository analysis functions described in the provided tool list

Topics

ai-agentsclaudegitmcpmodel-context-protocoltypescriptversion-controlai-toolsdeveloper-toolsmcp-server