Skip to content
Zed

npm for Zed

io.github.dave-london/npm

Structured npm/pnpm operations (install, audit, outdated, list) as typed JSON.

client:Zed transport:stdio runtime:npm

Install npm in Zed

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

{
  "context_servers": {
    "npm": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm"
      ]
    }
  }
}

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

npm in other clients