🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gridwork-license

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridwork-license

MCP server that scans project dependencies for license compliance — detects conflicts, copyleft risks, and undeclared licenses

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
17
-57.5%
Maintainers
1
Weekly downloads
 
Created
Source

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

ToolDescription
scan_licensesFull license scan with conflict detection
quick_checkRisk breakdown and conflict count
classify_licenseClassify any license string
find_copyleftFind all copyleft dependencies

Claude Desktop config

{
  "mcpServers": {
    "gridwork-license": {
      "command": "npx",
      "args": ["-y", "gridwork-license"]
    }
  }
}

License

MIT — Gridwork

Keywords

mcp

FAQs

Package last updated on 05 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts