Exposes `greply` CLI text search functionality through an MCP server for integration with compatible clients.

概要

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.

主な機能

  • `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

ユースケース

  • 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.
Advertisement

Advertisement