Greply
Exposes `greply` CLI text search functionality through an MCP server for integration with compatible clients.
Acerca de
Greply is an MCP (Model Context Protocol) server designed to wrap the `greply` command-line interface, which is a Node.js wrapper for the `greppy` search tool. This allows users to directly access `greply`'s powerful text search capabilities, including specifying queries, context lines (before/after), and various search flags, from any MCP-compatible client, such as the Gemini CLI. It provides a standardized way to integrate robust file and directory content searching into development environments and client-side applications.
Características Principales
- `greply.search` method for detailed text and directory searching
- `greply.help` method to display `greply` CLI usage
- Integration with MCP-compatible clients like Gemini CLI
- Configurable `greply` command path via environment variable
- Support for `greply` search parameters (e.g., recursive, whole word, case-sensitive)
- 0 GitHub stars
Casos de Uso
- Perform advanced text searches on files and directories directly from an MCP-compatible client.
- Integrate `greply`'s powerful search capabilities into custom MCP-based applications.
- Extend existing MCP clients with robust content search functionality.