greply.search
Search files and directories using grep-like functionality with configurable options for context lines, case sensitivity, and pattern matching. Provides direct access to powerful file search capabilities from MCP-compatible clients.
Instructions
Run the greply CLI to search files with optional context and flags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| target | No | . | |
| before | No | ||
| after | No | ||
| recursive | No | ||
| wholeWord | No | ||
| matchCase | No | ||
| fixedStrings | No | ||
| noColor | No | ||
| greplyCmd | No | ||
| suppressErrors | No |