Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Silica Core in other clients