Skip to content

Commit 41c0007

Browse files
claudeits-mash
authored andcommitted
Add Snyk MCP server definition
Official Snyk MCP server for security scanning. Run SAST, SCA, IaC, container scans, and generate SBOMs. Built into the Snyk CLI. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit 41c0007

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

servers/com.snyk-mcp.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.snyk-mcp",
4+
"name": "Snyk",
5+
"alias": "snyk",
6+
"description": "Scan code for security vulnerabilities using Snyk. Run SAST, SCA, IaC, and container scans, and generate SBOMs directly from your editor.",
7+
"icon": "https://avatars.githubusercontent.com/u/12959162?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools"],
10+
"tags": ["snyk", "security", "vulnerability", "sast", "sca", "scanning", "sbom"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "snyk",
15+
"args": ["mcp", "-t", "stdio", "--experimental"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "none",
23+
"instructions": "Uses your existing Snyk CLI authentication. Run 'snyk auth' to authenticate before using this server."
24+
},
25+
26+
"contributor": {
27+
"name": "Snyk",
28+
"github": "snyk",
29+
"url": "https://snyk.io"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/snyk/cli",
34+
"homepage": "https://snyk.io",
35+
"documentation": "https://snyk.io/articles/snyk-mcp-cheat-sheet/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": true
45+
}
46+
}

0 commit comments

Comments
 (0)