Wraps ripgrep and fd to give Claude structured file and code search results instead of raw terminal output. You get typed JSON with file paths, line numbers, match context, and file metadata rather than parsing grep strings or fd listings. Useful when you want Claude to search codebases, find specific patterns across files, or locate files by name without dealing with ANSI codes or platform formatting differences. Part of the larger Pare toolkit that does the same structured output treatment for git, npm, docker, and other CLI tools. Requires ripgrep and fd installed locally, communicates over stdio.
claude mcp add --transport stdio io.github.dave-london-pare-search uvx pare-search