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

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
Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks