Skip to content
Cline

pkgproof for Cline

net.pkgproof/pkgproof

Verify an npm package before you install it: advisories, install scripts, typosquats, provenance.

client:Cline transport:stdio runtime:npm

Install pkgproof in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pkgproof": {
      "command": "npx",
      "args": [
        "-y",
        "@pkgproof/mcp"
      ],
      "env": {
        "PKGPROOF_ALGORAND_PRIVATE_KEY": "<PKGPROOF_ALGORAND_PRIVATE_KEY>",
        "PKGPROOF_BASE_PRIVATE_KEY": "<PKGPROOF_BASE_PRIVATE_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pkgproof in other clients