JetBrains Junie
Prerequisites
Install JetBrains Junie
Install the Snyk MCP Server in JetBrains Junie
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 for security vulnerabilities

Last updated
Was this helpful?

