narumiruna/gitingest-mcp
by Various
🐍 🏠 - A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase.
MCP
narumiruna/gitingest-mcp
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server that wraps gitingest to convert any Git repository into a plain text digest of its codebase. It exposes an MCP interface so clients can request a repository summary without cloning the full repo.
Best for
Best for
Developers who need a quick text representation of a Git repo for AI or documentation
Use cases
- Generate a text summary of a codebase for LLM context
- Quickly understand a repository's structure without cloning
- Feed repository digest into AI tools for analysis
How to use
Tools exposed
ingest_git
Example client config
{\n "mcpServers": {\n "gitingestmcp": {\n "command": "uvx",\n "args": ["gitingestmcp@latest"]\n }\n }\n} Notes
A Model Context Protocol (MCP) server that wraps gitingest to convert any Git repository into a plain text digest of its codebase. It exposes an MCP interface so clients can request a repository summary without cloning the full repo.
9 stars on GitHub. Last updated 2026-03-30. Licensed MIT.
Use cases
- Generate a text summary of a codebase for LLM context
- Quickly understand a repository’s structure without cloning
- Feed repository digest into AI tools for analysis
Pros
- Simple integration with MCP-compatible clients
- Leverages gitingest for efficient text extraction
- Lightweight Python implementation
Cons
- Low community adoption (9 stars)
- Depends on gitingest, which may have its own limitations
- Only produces a text digest, not full code or metadata
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple integration with MCP-compatible clients
- Leverages gitingest for efficient text extraction
- Lightweight Python implementation
Cons
- Low community adoption (9 stars)
- Depends on gitingest, which may have its own limitations
- Only produces a text digest, not full code or metadata
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
idosal/git-mcp
Various
Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
repowise-dev/repowise
Various
Codebase intelligence for AI and humans: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
