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