Odel
mcp check licenses

mcp check licenses

Local
@webmoleai1JavaScriptUpdated 5mo ago

Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.

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).

npmmcp-check-licensesv0.2.0

Run

npx -y mcp-check-licenses

MCP client config

{
  "mcpServers": {
    "mcp-check-licenses": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-check-licenses"
      ]
    }
  }
}