Provides structured, token-efficient code search for AI agents by wrapping ripgrep and fd with typed JSON output. It offers tools to search file contents, find files by name or pattern, and count matches per file.
From the registry: Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON.
Please install the `pare-search` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install ripgrep** — Required for the `search` and `count` tools. (https://github.com/BurntSushi/ripgrep},{)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@paretools/search"]
Note: This MCP server is distributed as the npm package `@paretools/search` and runs over stdio via `npx`. It wraps local `rg` and `fd` binaries, so those must be installed on the system for the corresponding tools to work.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for searching Airweave collections with natural language queries.