license-checker for Zed
io.github.weiseer/license-checker
OSS license metadata + compatibility checker MCP server.
client:Zed
transport:stdio
runtime:npm
Install license-checker in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"license-checker": {
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<LIC_URL>",
"LIC_LOCAL_ONLY": "<LIC_LOCAL_ONLY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs