Back to MCP Servers

SafeInstall

Local-first supply-chain security gate for npm, pnpm, and bun — checks typosquats, release age, and Sigstore provenance before an agent installs

securitysupply-chainnpmpackage-managementcommunity

Installation

npm install -g safeinstall-cli

Configuration

{
  "mcpServers": {
    "safeinstall": {
      "command": "npx",
      "args": ["safeinstall-cli", "mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub