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-cliConfiguration
{
"mcpServers": {
"safeinstall": {
"command": "npx",
"args": ["safeinstall-cli", "mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes