Locus for Zed
io.github.sylphxai/locus
Locus — the exact code chunk for the job: local BM25 search for agents.
client:Zed
transport:stdio
runtime:npm
Install Locus in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"locus": {
"command": "npx",
"args": [
"-y",
"@sylphx/locus"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs