Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gridwork License

FreeNot checked

Scans project dependencies for license compliance, classifying 60+ licenses and detecting conflicts and copyleft risks.

GitHubEmbed

About

Scans project dependencies for license compliance, classifying 60+ licenses and detecting conflicts and copyleft risks.

README

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

from github.com/thegridwork/license

Install Gridwork License in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install gridwork-license

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add gridwork-license -- npx -y gridwork-license

FAQ

Is Gridwork License MCP free?

Yes, Gridwork License MCP is free — one-click install via Unyly at no cost.

Does Gridwork License need an API key?

No, Gridwork License runs without API keys or environment variables.

Is Gridwork License hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Gridwork License in Claude Desktop, Claude Code or Cursor?

Open Gridwork License on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Gridwork License with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs