Skip to content
Zed

license sentinel for Zed

io.github.wgd5678/license-sentinel

Audit Python and npm dependency licenses before you ship, judged against how you distribute.

client:Zed transport:stdio runtime:pypi

Install license sentinel in Zed

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

{
  "context_servers": {
    "license-sentinel": {
      "command": "uvx",
      "args": [
        "license-sentinel"
      ]
    }
  }
}

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

license sentinel in other clients