π
io.github.thegridwork/license
Scan dependencies for license compliance β copyleft conflicts, unknown licenses, risk.
0 installs
Trust: 37 β Low
Security
Ask AI about io.github.thegridwork/license
Powered by Claude Β· Grounded in docs
I know everything about io.github.thegridwork/license. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
gridwork-license
MCP server that scans project dependencies for license compliance issues.
What it does
- Scans node_modules and Python requirements for license information
- Classifies 60+ licenses by risk level (copyleft, weak-copyleft, permissive, public-domain, proprietary)
- Detects conflicts between dependency licenses and your project license
- Flags AGPL dependencies in non-AGPL projects (SaaS risk)
- Identifies unknown/undeclared licenses
Install
npx gridwork-license
MCP tools
| Tool | Description |
|---|---|
scan_licenses | Full license scan with conflict detection |
quick_check | Risk breakdown and conflict count |
classify_license | Classify any license string |
find_copyleft | Find all copyleft dependencies |
Claude Desktop config
{
"mcpServers": {
"gridwork-license": {
"command": "npx",
"args": ["-y", "gridwork-license"]
}
}
}
License
MIT β Gridwork
