mcp license audit for VS Code
io.github.webmoleai/mcp-license-audit
Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.
client:VS Code
transport:stdio
runtime:npm
Install mcp license audit in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-license-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-license-audit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs