The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gitingest MCP listing page.
A Model Context Protocol (MCP) server implementation that integrates with gitingest for turning any Git repository into a simple text digest of its codebase.
Add the following configuration to your AI assistant's settings to enable gitingest-mcp as an MCP server:
The server provides the following tool:
ingest_gitAnalyzes a Git repository and returns its content in a structured format.
source: The URL of a Git repository or a local directory pathmax_file_size (optional): Maximum allowed file size in bytes (default: 10MB)include_patterns (optional): Pattern or set of patterns specifying files to include (e.g., "*.md, src/")exclude_patterns (optional): Pattern or set of patterns specifying files to excludebranch (optional): The branch to clone and analyze (default: "main")A string containing:
See the LICENSE file for details.