Odel
license compliance mcp

license compliance mcp

Local
@bighippomanTypeScriptMITUpdated 6mo ago

Scan npm dependencies for license compliance issues. Catch GPL contamination.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlicense-compliance-mcpv1.0.2

Run

npx -y license-compliance-mcp

MCP client config

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