Skip to content

dependency license change mcp for Cursor

io.github.mrfentmen/dependency-license-change-mcp

Compare local license evidence across two snapshots without returning package names, text,...

client:Cursor transport:stdio runtime:npm

Install dependency license change mcp in Cursor

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

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

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

dependency license change mcp in other clients