Snyk security scanning — find and fix vulnerabilities in code, dependencies, and container images
SNYK_TOKENnpx @getmcp/cli add snykConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"mcp-snyk"
],
"env": {
"SNYK_TOKEN": ""
}
}
}
}