grep
Search for specific text patterns within files and directories using regular expressions, streamlining code review and file analysis tasks on the Claude Code MCP server.
Instructions
Search for text in files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include | No | File pattern to include in the search (e.g. "*.js", "*.{ts,tsx}") | |
path | No | The directory to search in. Defaults to the current working directory. | |
pattern | Yes | The regular expression pattern to search for in file contents |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Claude Code MCP
Related Tools
- @kevinwatt/shell-mcp
- @admica/FileScopeMCP
- @mcollina/mcp-ripgrep
- @yy1588133/code-merge-mcp
- @sylphlab/filesystem-mcp