license compliance for Cursor
io.github.bighippoman/license-compliance
Scan npm dependencies for license compliance issues. Catch GPL contamination.
client:Cursor
transport:stdio
runtime:npm
Install license compliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"license-compliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"license-compliance-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs