Skip to content
Cursor

Snyk API & Web MCP Server for Cursor

io.github.snyk/saw-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Snyk API & Web MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "saw-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "snyk-apiweb-mcp"
      ],
      "env": {
        "MCP_SAW_API_KEY": "<MCP_SAW_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Snyk API & Web MCP Server in other clients