Gemini Code Assist guide
Prerequisites
Install Gemini Code Assist
Install the Snyk MCP Server in Gemini Code Assist
Install with Node.js and npx
npx{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"snyk@latest",
"mcp",
"-t",
"stdio"
]
}
}
}Install with pre-installed Snyk CLI

Setting up the Snyk MCP Server
Examples
Scanning code and dependencies for security vulnerabilities

Gemini Code Assist security rules
Add Gemini Code Assist security rules using the Settings UI

Last updated
Was this helpful?

