Capability
File Filtering And Exclusion Patterns
7 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Unique: Implements efficient glob pattern matching with early termination to avoid parsing excluded files, reducing indexing time. Supports gitignore-style rules for automatic exclusion of common build artifacts and dependencies.
vs others: More efficient than post-indexing filtering because it avoids parsing excluded files; more flexible than hardcoded exclusions because it supports custom patterns.