MCP Grep Server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-mcp-grep","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# MCP-Grep [](https://smithery.ai/server/@erniebrodeur/mcp-grep) A grep server implementation that exposes grep functionality through the Model Context Protocol (MCP). ## Installation ### Installing via Smithery To install Grep Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@erniebrodeur/mcp-grep): ```bash npx -y @smithery/cli install @erniebrodeur/mcp-grep --client claude ``` ### Manual Installation ```bash pip install mcp-grep ``` ## Usage MCP-Grep runs as a server that can be used by MCP-compatible clients: ```bash # Start the MCP-Grep server mcp-grep-server # Or use the MCP Inspector for interactive debugging and testing mcp-grep-inspector ``` The server exposes the following MCP functionality: - **Resource:** `grep://info` - Returns information about the system grep binary - **Tool:** `grep` - Searches for patterns in files using the system grep binary ## 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 (before and after matches) - Maximum match count - Fixed string matching (non-regex) - Recursive directory searching - Natural language prompt understanding for easier use with LLMs - Interactive debugging and testing through MCP Inspector ## Example API Usage Using the MCP Python client: ```python from mcp.client import MCPClient # Connect to the MCP-Grep server client = MCPClient() # Get information about the grep binary grep_info = client.get_resource("grep://info") print(grep_info) # Search for a pattern in files result = client.use_tool("grep", { "pattern": "search_pattern", "paths": ["file.txt", "directory/"], "ignore_case": True, "recursive": True }) print(result) ``` ## Natural Language Prompts MCP-Grep understands natural language pr…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.