← Back to Plugins
MCP Server MCP

Snyk API & Web MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage

Homepage Verified source GitHub

Install

uvx snyk-apiweb-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "snyk-apiweb-mcp",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Snyk API & Web API key. Create at https://plus.probely.app/api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MCP_SAW_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...