snyk

stdio

Used by 1 plugin

Installs security-guardian, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub latestaiagents/agent-skills --plugin security-guardian
Description

Snyk for dependency vulnerability scanning

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "snyk": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-snyk"
      ],
      "env": {
        "SNYK_TOKEN": "${SNYK_TOKEN}"
      }
    }
  }
}

Replace placeholder values for: SNYK_TOKEN

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-snyk
Environment Variables
SNYK_TOKEN=${SNYK_TOKEN}
Required Secrets
SNYK_TOKEN