LicenseGuard for VS Code
io.github.rccaoki-wq/license-guard
Check if a dependency's license obligates you, based on how you ship. npm, PyPI, Go.
client:VS Code
transport:streamable-http
runtime:oci
tools:3
Install LicenseGuard in VS Code
.vscode/mcp.json
{
"servers": {
"license-guard": {
"type": "http",
"url": "https://license-guard.rcc-aoki.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs