Skip to content
Cursor

mcp license audit for Cursor

io.github.webmoleai/mcp-license-audit

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

client:Cursor transport:stdio runtime:npm

Install mcp license audit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp license audit in other clients