Silica Core for Zed
io.github.kiycoh/silica-core
Retrieval over the folder the session opened: files, search, read, code_pack, write_note.
client:Zed
transport:stdio
runtime:pypi
Install Silica Core in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"silica-core": {
"command": "uvx",
"args": [
"silica-core"
],
"env": {
"SILICA_VAULT": "<SILICA_VAULT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs