Skip to content
Zed

oss-search for Zed

io.github.sblattj/oss-search

Fast local and federated OSS code search and repo discovery for AI agents

client:Zed transport:stdio runtime:npm

Install oss-search in Zed

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

{
  "context_servers": {
    "oss-search": {
      "command": "npx",
      "args": [
        "-y",
        "oss-search"
      ]
    }
  }
}

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

oss-search in other clients