Snyk MCP Server

Securitystdiov1.1290.0
代码仓库

Official Snyk MCP server that brings developer security scanning into AI agent workflows. Lets agents scan code, open-source dependencies, containers, and infrastructure-as-code for vulnerabilities, retrieve fix advice, and check license issues directly from the editor or CI, using the Snyk CLI under the hood.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "snyk": {
      "command": "npx",
      "args": [
        "-y",
        "snyk",
        "mcp",
        "-t",
        "stdio"
      ],
      "env": {
        "SNYK_TOKEN": "<YOUR_SNYK_TOKEN>"
      }
    }
  }
}

工具 (3)

scan_code

Run static application security testing (SAST) on a code path.

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Path to the code directory to scan"
    }
  }
}

scan_dependencies

Scan open-source dependencies for known vulnerabilities and license issues.

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Path to the project manifest or directory"
    }
  }
}

scan_container

Scan a container image for OS and application vulnerabilities.

{
  "type": "object",
  "required": [
    "image"
  ],
  "properties": {
    "image": {
      "type": "string",
      "description": "Container image name and tag"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Snyk (@snyk)
代码仓库
https://github.com/snyk/cli
许可证
Apache-2.0
版本
1.1290.0
星标
5,100
最后更新
2026年6月19日