Factory guide
Prerequisites
Install Factory
Install the Snyk MCP Server in Factory
Install with pre-installed Snyk CLI
{
"mcpServers": {
"Snyk": {
"command": "/absolute/path/to/snyk",
"args": [
"mcp",
"-t",
"stdio"
],
"env": {}
}
}
}Install with Node.js and npx
npx
Setting up the Snyk MCP Server

Examples
Scanning for security vulnerabilities


"Secure at inception" rules
Last updated
Was this helpful?

