narumiruna/gitingest-mcp
🔌 MCP Servernarumiruna
An MCP server that converts entire Git repositories into LLM-friendly text digests for easier codebase analysis.
gitingest-mcp acts as a bridge between Git repositories and AI agents, leveraging the gitingest engine to transform complex directory structures into a single, token-efficient text digest. This is particularly useful for LLMs that need to understand the context of a project without manually navigating individual files. The server exposes tools that allow an AI to fetch repository contents, filter files, and generate summaries, effectively turning a remote repository into a queryable knowledge base. It is designed for seamless integration with Claude Desktop or any other MCP-compliant client, streamlining the process of codebase exploration and automated code review. By automating the ingestion process, it reduces the time spent on manual context gathering and allows developers to focus on higher-level architectural tasks.
💡Highlights
- ├─Converts Git repos to text
- ├─Seamless MCP integration
- └─Optimized for LLM context
🎯For
- ├─Software Engineers
- └─AI Researchers