2 repository-uri
Systems that convert code repositories into structured text formats for large language model processing.
Distinguishing note: None of the candidates specifically address LLM-optimized repository conversion.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · LLM Codebase Transformers. Refine with filters or upvote what's useful.
Gitingest is a tool for extracting, converting, and estimating the token size of codebases to facilitate ingestion by large language models. It transforms GitHub repositories and local directories into a single formatted text file that serves as a structured context window for model analysis. The utility includes a codebase token estimator to calculate file structure and total token counts, helping to determine the scale of the extracted content. It supports both public and private repositories through token-based authentication and respects gitignore configurations to filter out irrelevant p
Converts GitHub repositories and local directories into structured, LLM-optimized text formats.
git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical
Transforms Git repositories and static sites into structured, LLM-optimized text formats.