Corral for Zed
io.github.sebastienrousseau/corral
Search code and symbols across every clone in your Corral workspace. Zero network calls.
client:Zed
transport:stdio
runtime:oci
Install Corral in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"corral": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.36"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs