io.github.thegridwork/license
Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk.
Open source Open in the app JSON README (API)
About
Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk.
Details
- Kind
- MCP servers
- Topic
- Developer tools
- Publisher
- thegridwork
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.0.0
- Stars
- 1
- Last push
- 2026-04-12T11:32:24Z
- Repository state
- ativo
- Language
- TypeScript
- Added
- 2026-08-29 04:01:32
- Updated
- 2026-08-29 04:01:32
- Origin id
io.github.thegridwork/license
README
# 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
```bash
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
```json
{
"mcpServers": {
"gridwork-license": {
"command": "npx",
"args": ["-y", "gridwork-license"]
}
}
}
```
## License
MIT — [Gridwork](https://thegridwork.space)