A standalone Model Context Protocol server for Snyk security scanning functionality.
Update your Claude desktop config (claude-config.json
):
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"github:Sladey01/mcp-snyk"
],
"env": {
"SNYK_API_KEY": "your_snyk_token"
}
}
}
}
Replace the token with your actual Snyk API token.
- Repository security scanning
- Snyk project scanning
- Integration with Claude desktop
In Claude, you can use commands like:
Scan repository https://github.com/owner/repo for security vulnerabilities
or
Scan Snyk project project-id-here