Srclight for Zed
io.github.srclight/srclight
Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.
client:Zed
transport:stdio
runtime:pypi
Install Srclight in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"srclight": {
"command": "uvx",
"args": [
"srclight"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs