Snyk API & Web MCP Server for Grok
io.github.snyk/saw-mcp
MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage
client:Grok
transport:stdio
runtime:pypi
Install Snyk API & Web MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"saw-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"snyk-apiweb-mcp"
],
"env": {
"MCP_SAW_API_KEY": "<MCP_SAW_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs