search for Zed
io.github.dave-london/search
MCP server for code search (ripgrep + fd) with structured, token-efficient output
client:Zed
transport:stdio
runtime:npm
Install search in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"search": {
"command": "npx",
"args": [
"-y",
"@paretools/search"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs