Skip to content
Zed

sqry - Semantic Code Search for Zed

io.github.verivusoss-releases/sqry

AST-based semantic code search: 33 tools, 35 languages, call tracing, impact analysis

client:Zed transport:stdio runtime:oci

Install sqry - Semantic Code Search in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sqry": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/verivus-oss/sqry:4.8.16"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sqry - Semantic Code Search in other clients