Skip to content
Cursor

pkgxray for Cursor

io.github.adamsjack711-ux/pkgxray

Pre-install security scans for npm packages, MCP servers, and AI agents with cited verdict evidence.

client:Cursor transport:stdio runtime:npm

Install pkgxray in Cursor

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

{
  "mcpServers": {
    "pkgxray": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pkgxray"
      ]
    }
  }
}

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

pkgxray in other clients