Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lex-tools • DevOps & CI/CD
An MCP server that recursively collects and formats a project's text files (respecting .gitignore and skipping binaries) to dump codebase context into LLMs.
Ingest a full codebase into an LLM while preserving file boundaries and paths for context-aware reasoning.
Prepare large repositories for LLM consumption by chunking outputs to match model context window limits.
Ignore irrelevant files (per .gitignore) and avoid binary data when building textual code context for analysis or code generation tasks.
This MCP server scans a given project directory, respects .gitignore rules (including nested files), skips binary files, and concatenates text file contents with clear START/END path headers. It supports chunking large codebases to fit LLM context windows and is designed for easy integration with MCP-compatible clients (e.g., via npx). The tool is open-source (Apache-2.0) and intended to automate the tedious work of selecting, formatting, and delivering codebase context to agents and LLMs.
Recursively reads text files from a specified directory, respecting .gitignore rules and skipping binary files. Concatenates content with file path headers/footers. Supports chunking the output for large codebases.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.