Snyk API & Web MCP Server✓
io.github.snyk/saw-mcp · v1.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.snyk/saw-mcp",
"description": "MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage",
"title": "Snyk API & Web MCP Server",
"repository": {
"url": "https://github.com/snyk/saw-mcp",
"source": "github"
},
"version": "1.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}