Enterprise DNA
M MCP Servers Developer low

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.

N

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

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