Quickstart guides for Snyk Studio
To add an MCP server to an AI IDE or agent, consult the documentation for the AI system where you plan to integrate Snyk and review the specific MCP instructions.
This section includes quickstart guides for use with common AI coding tools.
For manual installation and use of Snyk Studio, download and install the Snyk CLI v1.1298.0 or later following the steps on the installation page. No other dependencies are needed. Snyk recommends always using the latest version of the CLI.
Environment variables for MCP
You can set CLI environment variables for the MCP server in the following ways:
In the MCP server configuration file, whether in your IDE or on the MCP host
Directly on your system
For a full list of supported CLI environment variables, see Environment variables for Snyk CLI.
Starting the Snyk MCP server
Check our Quickstart guides for MCP. If you don’t find a guide for your specific AI agent or IDE, you can use to the following sample configuration snippet:
{
"mcpServers": {
"Snyk": {
"command": "npx",
"args": ["-y", "snyk@latest", "mcp", "-t", "stdio"],
"env": {}
}
}
}
Last updated
Was this helpful?