Skip to content
Cline

package guard mcp for Cline

io.github.mlawsonking/package-guard-mcp

Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.

client:Cline transport:stdio runtime:npm

Install package guard mcp 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

{
  "mcpServers": {
    "package-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "package-guard-mcp"
      ]
    }
  }
}

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

package guard mcp in other clients