Odel
mcp license audit

mcp license audit

Local
@webmoleaiJavaScriptUpdated 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-license-auditv0.1.1

Run

npx -y mcp-license-audit

MCP client config

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