Provides an efficient way to transfer your project's code context into Large Language Models, respecting common ignore rules and handling large codebases.
This Model Context Protocol (MCP) server simplifies the tedious process of providing codebase context to Large Language Models (LLMs). It automates the scanning of your project directory, intelligently including text files while respecting .gitignore rules and automatically skipping binary files. The tool concatenates file content with clear path markers, making it easy for LLMs to understand the structure. Furthermore, it supports chunking, allowing you to manage codebases that exceed an LLM's context window, seamlessly integrating with MCP-compatible clients.