Skip to content
Cursor

pare search for Cursor

io.github.dave-london/pare-search

Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install pare search in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pare-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/search"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pare search in other clients