# Codebase Context Dumper

Automate the extraction of your codebase context for Large Language Models. This tool scans your project directory, respects .gitignore rules, and formats the output for seamless integration with MCP…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lex-tools/codebase-context-dumper

# Browse available tools
npx -y @smithery/cli@latest tool list lex-tools/codebase-context-dumper

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lex-tools/codebase-context-dumper dump_codebase_context

# Call a tool
npx -y @smithery/cli@latest tool call lex-tools/codebase-context-dumper dump_codebase_context '{}'
```

## Tools (1)

- `dump_codebase_context` — Recursively reads text files from a specified directory, respecting .gitignore rules and skipping binary files. Concate…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lex-tools/codebase-context-dumper <tool-name>
```

---

Source: https://github.com/lex-tools/codebase-context-dumper | License: Apache-2.0
