npx claudepluginhub latestaiagents/agent-skills --plugin security-guardianAdd to your .mcp.json:
{
"mcpServers": {
"snyk": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-snyk"
],
"env": {
"SNYK_TOKEN": "${SNYK_TOKEN}"
}
}
}
}Replace placeholder values for: SNYK_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxSNYK_TOKEN=${SNYK_TOKEN}