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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
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.