S
Snyk
Official
⚙️ Developer Tools
Scan your code and dependencies for vulnerabilities and license issues — the official Snyk CLI MCP server.
Tags
Config for Claude Desktop / Cursor
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"snyk@1.1306.1",
"mcp",
"-t",
"stdio"
],
"env": {
"SNYK_TOKEN": "your-snyk-token-here",
"SNYK_ORG_ID": "your-snyk-org-id-here"
}
}
}
}