Check the current git status of a repository to view changes, staged files, and branch information. Specify a directory path to analyze any git project.
Retrieve recent git commit history for a specified directory, allowing users to define the number of commits to display. Supports error handling for non-git directories and provides a default limit of 10 commits.
Check the current git status and recent commit history of a repository. Specify a directory path or use the default to view status details. Handles errors for non-git directories.
Helps AI read GitHub repository structure and important files. Want to quickly understand what a repo is about? Prompt it with "read https://github.com/adhikasp/mcp-git-ingest and determine how the code technically works".
The Git MCP Server allows AI assistants to perform enhanced Git operations via the Model Context Protocol, supporting core Git functions, branch and tag management, GitHub integration, and more.
Node.js server implementing Model Context Protocol for git operations, enabling AI assistants to manage git repositories through natural language commands.