Skip to content

dependency license change mcp for Zed

io.github.mrfentmen/dependency-license-change-mcp

Compare local license evidence across two snapshots without returning package names, text,...

client:Zed transport:stdio runtime:npm

Install dependency license change mcp in Zed

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

{
  "context_servers": {
    "dependency-license-change-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dependency-license-change-mcp"
      ]
    }
  }
}

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

dependency license change mcp in other clients