Skip to content
Zed

dep scope for Zed

io.github.florianbruniaux/dep-scope

Symbol-level npm dependency analysis: scan verdicts, native alternatives, migration prompts.

client:Zed transport:stdio runtime:npm

Install dep scope in Zed

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

{
  "context_servers": {
    "dep-scope": {
      "command": "npx",
      "args": [
        "-y",
        "@florianbruniaux/dep-scope"
      ]
    }
  }
}

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

dep scope in other clients