Skip to content

license boundary mcp for Zed

io.github.mrfentmen/license-boundary-mcp

Summarize local license evidence and uncertainty without returning package names, license text,...

client:Zed transport:stdio runtime:npm

Install license boundary mcp in Zed

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

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

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

license boundary mcp in other clients