mcp-grep
If you are the rightful owner of mcp-grep and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP-Grep is a server implementation that provides grep functionality through the Model Context Protocol (MCP), allowing for pattern searching in files using regular expressions and other grep options.
MCP-Grep is a server that implements the Model Context Protocol to expose grep functionality. It allows users to perform pattern searches in files using regular expressions, with support for various grep options such as case-insensitive matching, context lines, and recursive directory searching. The server is designed to be used with MCP-compatible clients, and it includes features for natural language prompt understanding, making it easier to use with language models. Additionally, MCP-Grep offers an interactive debugging and testing environment through the MCP Inspector, providing a web-based UI for exploring resources, testing operations, and debugging queries.
Features
- Information about the system grep binary (path, version, supported features)
- Search for patterns in files using regular expressions
- Support for common grep options: case-insensitive matching, context lines, maximum match count, fixed string matching, recursive directory searching
- Natural language prompt understanding for easier use with LLMs
- Interactive debugging and testing through MCP Inspector
Tools
grep
Searches for patterns in files using the system grep binary