Skip to content
Cursor

license sentinel for Cursor

io.github.wgd5678/license-sentinel

Audit Python and npm dependency licenses before you ship, judged against how you distribute.

client:Cursor transport:stdio runtime:pypi

Install license sentinel in Cursor

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

{
  "mcpServers": {
    "license-sentinel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "license-sentinel"
      ]
    }
  }
}

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

license sentinel in other clients