search for Cursor
io.github.dave-london/search
MCP server for code search (ripgrep + fd) with structured, token-efficient output
client:Cursor
transport:stdio
runtime:npm
Install search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"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