Snyk MCP Server
Provides tools for retrieving KPI data from Snyk API, enabling automated monitoring and reporting of security metrics for your Snyk organization.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Snyk MCP Servershow me my organization's open vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Snyk MCP Server
An MCP server to interface with Snyk API and retrieve KPI data.
Prerequisites
Python 3.11+
Snyk API Token
Snyk Organization ID
Related MCP server: Snyk Studio MCP
Installation
Clone the repository.
Create a virtual environment and install dependencies:
python -m venv .venv .\.venv\Scripts\pip install -e .
Configuration
Set the following environment variables:
SNYK_API_TOKEN: Your Snyk API Token.SNYK_ORG_ID: Your Snyk Organization ID.
Running Locally
# Run using fastmcp CLI (installed with dependencies)
fastmcp run snyk_mcp.server:mcpRunning with Docker
Build the image:
docker build -t snyk-mcp .Run the container:
docker run -e SNYK_API_TOKEN=your_token -e SNYK_ORG_ID=your_org_id -i snyk-mcp
Usage with VS Code (Claude Desktop / etc)
Add this to your MCP settings file:
{
"mcpServers": {
"snyk": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SNYK_API_TOKEN=your_token",
"-e",
"SNYK_ORG_ID=your_org_id",
"snyk-mcp"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceA standalone server enabling Snyk security scanning through the Model Context Protocol, with support for repository and project analysis, token verification, and CLI integration.Last updated15

Snyk Studio MCPofficial
Alicense-qualityAmaintenanceAn MCP server that enables easy integration with coding assistants, providing security context to AI agents. This runs locally using the Snyk CLI.Last updated53Apache 2.0- Flicense-qualityDmaintenanceA remote MCP server that exposes mock application security testing data (applications, scans, issues) for LLM clients to query security posture using natural language.Last updated
- AlicenseAqualityCmaintenanceMCP server for Shannon Lite security workflows, enabling configuration, scan orchestration, workspace management, and report reading.Last updated111MIT
Related MCP Connectors
An MCP server giving access to Grafana dashboards, data and more.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattjlee/snyk-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server