SafeDep Vet MCP for Cline
io.github.safedep/vet-mcp
Protect your AI agents and IDEs from malicious open-source packages.
client:Cline
transport:stdio
runtime:oci
Install SafeDep Vet 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": {
"vet-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/safedep/vet:v1.19.1"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs